diff options
| author | Tom Rhodes <trhodes@FreeBSD.org> | 2009-12-04 09:20:20 +0000 |
|---|---|---|
| committer | Tom Rhodes <trhodes@FreeBSD.org> | 2009-12-04 09:20:20 +0000 |
| commit | 2ce5c85ed065b37eb3c759877f3a287dd032c716 (patch) | |
| tree | 60814c874295021a7f1ef6655597061c4850270e | |
| parent | 5e6d0a234efe20e18df2505bf919e455ec6a2d21 (diff) | |
Notes
| -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 1e13ed8b5967..74d1a5c4d18d 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 |
