diff options
author | Jim Meyering <jim@meyering.net> | 1995-11-27 03:09:18 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-11-27 03:09:18 +0000 |
commit | 7956c1508120414a4e8e1c468133b0e0214103d0 (patch) | |
tree | 2cd2b42ab8dcb0ad27efbe65c69d9b9268abdd90 /src/pr.c | |
parent | 0402200daf1f34000f50eaef97a26ea824ac3e68 (diff) | |
download | coreutils-7956c1508120414a4e8e1c468133b0e0214103d0.tar.xz |
s/non-zero/nonzero/g
Diffstat (limited to 'src/pr.c')
-rw-r--r-- | src/pr.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -324,7 +324,7 @@ static int output_position; Important for converting tabs to spaces on input. */ static int input_position; -/* Count number of failed opens so we can exit with non-zero +/* Count number of failed opens so we can exit with nonzero status if there were any. */ static int failed_opens = 0; @@ -427,10 +427,10 @@ static int *clump_buff; /* True means we truncate lines longer than chars_per_column. */ static int truncate_lines = FALSE; -/* 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 long_options[] = |