summaryrefslogtreecommitdiff
path: root/src/test.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-11-27 05:34:31 +0000
committerJim Meyering <jim@meyering.net>1995-11-27 05:34:31 +0000
commit57ec0f45c90bde207866d65aa7752d56cd55ac04 (patch)
tree5e7ed870725ad3f21baf9fc96bac635fe8b10d85 /src/test.c
parenta7830ac93b955ac0be4a15d65a3e5a67f1635b8b (diff)
downloadcoreutils-57ec0f45c90bde207866d65aa7752d56cd55ac04.tar.xz
s/non-zero/nonzero/g
Diffstat (limited to 'src/test.c')
-rw-r--r--src/test.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/test.c b/src/test.c
index 6675c3e99..4baab1924 100644
--- a/src/test.c
+++ b/src/test.c
@@ -248,7 +248,7 @@ integer_expected_error (pch)
test_syntax_error (_("integer expression expected %s\n"), pch);
}
-/* Return non-zero if the characters pointed to by STRING constitute a
+/* Return nonzero if the characters pointed to by STRING constitute a
valid number. Stuff the converted number into RESULT if RESULT is
a non-null pointer to a long. */
static int
@@ -309,7 +309,7 @@ isint (string, result)
}
/* Find the modification time of FILE, and stuff it into AGE, a pointer
- to a long. Return non-zero if successful, else zero. */
+ to a long. Return nonzero if successful, else zero. */
static int
age_of (filename, age)
char *filename;
@@ -882,7 +882,7 @@ binop (s)
(STREQ (s, "-gt")) || (STREQ (s, "-ge")));
}
-/* Return non-zero if OP is one of the test command's unary operators. */
+/* Return nonzero if OP is one of the test command's unary operators. */
static int
unop (op)
int op;
@@ -1008,7 +1008,7 @@ EXPRESSION is true or false and sets exit status. It is one of:\n\
EXPRESSION1 -a EXPRESSION2 both EXPRESSION1 and EXPRESSION2 are true\n\
EXPRESSION1 -o EXPRESSION2 either EXPRESSION1 or EXPRESSION2 is true\n\
\n\
- [-n] STRING the length of STRING is non-zero\n\
+ [-n] STRING the length of STRING is nonzero\n\
-z STRING the length of STRING is zero\n\
STRING1 = STRING2 the strings are equal\n\
STRING1 != STRING2 the strings are not equal\n\