diff options
author | Jim Meyering <jim@meyering.net> | 1995-11-27 05:34:31 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-11-27 05:34:31 +0000 |
commit | 57ec0f45c90bde207866d65aa7752d56cd55ac04 (patch) | |
tree | 5e7ed870725ad3f21baf9fc96bac635fe8b10d85 /src/tty.c | |
parent | a7830ac93b955ac0be4a15d65a3e5a67f1635b8b (diff) | |
download | coreutils-57ec0f45c90bde207866d65aa7752d56cd55ac04.tar.gz coreutils-57ec0f45c90bde207866d65aa7752d56cd55ac04.tar.bz2 coreutils-57ec0f45c90bde207866d65aa7752d56cd55ac04.zip |
s/non-zero/nonzero/g
Diffstat (limited to 'src/tty.c')
-rw-r--r-- | src/tty.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -39,10 +39,10 @@ char *program_name; /* If nonzero, return an exit status but produce no output. */ static int silent; -/* 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 longopts[] = |