diff options
author | trhodes <trhodes@FreeBSD.org> | 2009-12-04 09:20:20 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2009-12-04 09:20:20 +0000 |
commit | 50b1bbf2fabc2ff1b380951bfb5e5f7a12c36589 (patch) | |
tree | 60814c874295021a7f1ef6655597061c4850270e /lib/libc/string/strcmp.3 | |
parent | c2517d07381d0f6002c57fe58008963294f7097c (diff) | |
download | FreeBSD-src-50b1bbf2fabc2ff1b380951bfb5e5f7a12c36589.zip FreeBSD-src-50b1bbf2fabc2ff1b380951bfb5e5f7a12c36589.tar.gz |
Add a missing word to a sentence in the return values section.
Diffstat (limited to 'lib/libc/string/strcmp.3')
-rw-r--r-- | lib/libc/string/strcmp.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strcmp.3 b/lib/libc/string/strcmp.3 index 1e13ed8..74d1a5c 100644 --- a/lib/libc/string/strcmp.3 +++ b/lib/libc/string/strcmp.3 @@ -75,7 +75,7 @@ The .Fn strcmp and .Fn strncmp -return an integer greater than, equal to, or less than 0, according +functions return an integer greater than, equal to, or less than 0, according as the string .Fa s1 is greater than, equal to, or less than the string |