diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-03-19 13:16:39 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-03-19 13:16:39 +0000 |
commit | eba722884d9acb9402668659d2f4c2ab81301c3b (patch) | |
tree | 5b820331e8ccce912570260934ea594c479056fc /man3/bcmp.3 | |
parent | 1f04cc973175969e12b929182aa1683787949be7 (diff) |
s/nonzero/non-zero/
Diffstat (limited to 'man3/bcmp.3')
-rw-r--r-- | man3/bcmp.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/bcmp.3 b/man3/bcmp.3 index 73a63950..a05e7ed8 100644 --- a/man3/bcmp.3 +++ b/man3/bcmp.3 @@ -50,12 +50,12 @@ If they are equal, and in particular if is zero, .BR bcmp () returns 0. -Otherwise it returns a nonzero result. +Otherwise it returns a non-zero result. .SH "RETURN VALUE" The .BR bcmp () function returns 0 if the byte sequences are equal, -otherwise a nonzero result is returned. +otherwise a non-zero result is returned. .SH "CONFORMING TO" 4.3BSD. This function is deprecated (marked as LEGACY in POSIX.1-2001): use |