diff options
| author | Wolfram Schneider <wosch@FreeBSD.org> | 1996-10-05 22:27:30 +0000 |
|---|---|---|
| committer | Wolfram Schneider <wosch@FreeBSD.org> | 1996-10-05 22:27:30 +0000 |
| commit | e83201b43ad36d453a46f551fcaedf0a0e7f23c3 (patch) | |
| tree | e09db4b1b56461dbe8a4d233c39a90678607f597 /lib/libc/string/memcmp.3 | |
| parent | c849957cb04aebe1b5d9b3a9917dde9fe5045095 (diff) | |
Notes
Diffstat (limited to 'lib/libc/string/memcmp.3')
| -rw-r--r-- | lib/libc/string/memcmp.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/string/memcmp.3 b/lib/libc/string/memcmp.3 index a859529d6eed..4fbee334f0e1 100644 --- a/lib/libc/string/memcmp.3 +++ b/lib/libc/string/memcmp.3 @@ -34,6 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)memcmp.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt MEMCMP 3 @@ -60,7 +61,7 @@ bytes long. The .Fn memcmp function -returns zero if the the two strings are identical, +returns zero if the two strings are identical, otherwise returns the difference between the first two differing bytes (treated as unsigned char values, so that .Sq Li \e200 |
