diff options
Diffstat (limited to 'lib/libc/string/strcmp.3')
| -rw-r--r-- | lib/libc/string/strcmp.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/strcmp.3 b/lib/libc/string/strcmp.3 index 6f557f45bfc..2d002312044 100644 --- a/lib/libc/string/strcmp.3 +++ b/lib/libc/string/strcmp.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)strcmp.3 8.1 (Berkeley) 6/4/93 -.\" $NetBSD: strcmp.3,v 1.10 2003/04/16 13:34:49 wiz Exp $ +.\" $NetBSD: strcmp.3,v 1.11 2003/05/10 12:30:23 wiz Exp $ .\" .Dd June 4, 1993 .Dt STRCMP 3 @@ -67,7 +67,7 @@ The and .Fn strncmp return an integer greater than, equal to, or less than 0, according -as the string +to whether the string .Fa s1 is greater than, equal to, or less than the string .Fa s2 . |
