aboutsummaryrefslogtreecommitdiffstats
path: root/src/unexpand.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-11-27 03:09:18 +0000
committerJim Meyering <jim@meyering.net>1995-11-27 03:09:18 +0000
commit7956c1508120414a4e8e1c468133b0e0214103d0 (patch)
tree2cd2b42ab8dcb0ad27efbe65c69d9b9268abdd90 /src/unexpand.c
parentClarify usage. From Karl Berry. (diff)
downloadcoreutils-7956c1508120414a4e8e1c468133b0e0214103d0.tar.gz
coreutils-7956c1508120414a4e8e1c468133b0e0214103d0.zip
s/non-zero/nonzero/g
Diffstat (limited to 'src/unexpand.c')
-rw-r--r--src/unexpand.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/unexpand.c b/src/unexpand.c
index c019ce07f..9ea05ab15 100644
--- a/src/unexpand.c
+++ b/src/unexpand.c
@@ -92,10 +92,10 @@ static int have_read_stdin;
/* Status to return to the system. */
static int exit_status;
-/* 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 then exit. */
+/* If nonzero, print the version on standard output then exit. */
static int show_version;
static struct option const longopts[] =