From 57ec0f45c90bde207866d65aa7752d56cd55ac04 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 27 Nov 1995 05:34:31 +0000 Subject: s/non-zero/nonzero/g --- src/tee.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/tee.c') diff --git a/src/tee.c b/src/tee.c index b81d37579..2e980243a 100644 --- a/src/tee.c +++ b/src/tee.c @@ -41,10 +41,10 @@ static int ignore_interrupts; /* The name that this program was run with. */ char *program_name; -/* If non-zero, display usage information and exit. */ +/* If nonzero, display usage information and exit. */ static int show_help; -/* If non-zero, print the version on standard output and exit. */ +/* If nonzero, print the version on standard output and exit. */ static int show_version; static struct option const long_options[] = @@ -85,7 +85,7 @@ main (argc, argv) { int errs; int optc; - + program_name = argv[0]; append = 0; ignore_interrupts = 0; -- cgit v1.2.3-54-g00ecf