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/paste.c | |
| parent | Clarify usage. From Karl Berry. (diff) | |
| download | coreutils-7956c1508120414a4e8e1c468133b0e0214103d0.tar.gz coreutils-7956c1508120414a4e8e1c468133b0e0214103d0.zip | |
s/non-zero/nonzero/g
Diffstat (limited to 'src/paste.c')
| -rw-r--r-- | src/paste.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/paste.c b/src/paste.c index 5a3467ed4..50e53b177 100644 --- a/src/paste.c +++ b/src/paste.c @@ -77,10 +77,10 @@ static char *delims; /* A pointer to the character after the end of `delims'. */ static char *delim_end; -/* 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[] = |
