diff options
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 |