]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
list.3, slist.3, strcmp.3: tfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 22 Oct 2020 17:33:04 +0000 (19:33 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 22 Oct 2020 17:33:04 +0000 (19:33 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/list.3
man3/slist.3
man3/strcmp.3

index 0cbccfe00a02fda5c6e3efae2915ce12237669d5..858652b9831bee56d31630379749fe1b9ee432f6 100644 (file)
@@ -257,7 +257,7 @@ from the list.
 .\" .IR head2 .
 .SH RETURN VALUE
 .BR LIST_EMPTY ()
-returns non-zero if the list is empty,
+returns nonzero if the list is empty,
 and zero if the list contains at least one entry.
 .PP
 .BR LIST_FIRST (),
index 7a8078de0544dea8bd3ed039139c23fe2f48d5bb..b54c05da35b8fc3f93886b0fd49f9481ce74e7c2 100644 (file)
@@ -263,7 +263,7 @@ from the list.
 .\" .IR head2 .
 .SH RETURN VALUE
 .BR SLIST_EMPTY ()
-returns non-zero if the list is empty,
+returns nonzero if the list is empty,
 and zero if the list contains at least one entry.
 .PP
 .BR SLIST_FIRST (),
index aba2e1ecc6aa1f2e2e0aecf3dd3e5af502293c56..b4e70356e32f81aa8e8281789b0c8c78c8424d30 100644 (file)
@@ -112,7 +112,7 @@ POSIX.1-2001, POSIX.1-2008, C89, C99, SVr4, 4.3BSD.
 POSIX.1 specifies only that:
 .RS
 .PP
-The sign of a non-zero return value shall be determined by the sign
+The sign of a nonzero return value shall be determined by the sign
 of the difference between the values of the first pair of bytes
 (both interpreted as type
 .IR "unsigned char" )