diff options
Diffstat (limited to 'src/lib/libc/string/strcasecmp.3')
-rw-r--r-- | src/lib/libc/string/strcasecmp.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/string/strcasecmp.3 b/src/lib/libc/string/strcasecmp.3 index 3cfc76e36f..cd9be07c61 100644 --- a/src/lib/libc/string/strcasecmp.3 +++ b/src/lib/libc/string/strcasecmp.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: strcasecmp.3,v 1.6 2000/04/21 15:24:19 aaron Exp $ | 1 | .\" $OpenBSD: strcasecmp.3,v 1.7 2003/05/10 06:40:44 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1990, 1991, 1993 | 3 | .\" Copyright (c) 1990, 1991, 1993 |
4 | .\" The Regents of the University of California. All rights reserved. | 4 | .\" The Regents of the University of California. All rights reserved. |
@@ -58,7 +58,7 @@ functions compare the null-terminated strings | |||
58 | and | 58 | and |
59 | .Fa s2 | 59 | .Fa s2 |
60 | and return an integer greater than, equal to, or less than 0, | 60 | and return an integer greater than, equal to, or less than 0, |
61 | according as | 61 | according to whether |
62 | .Fa s1 | 62 | .Fa s1 |
63 | is lexicographically greater than, equal to, or less than | 63 | is lexicographically greater than, equal to, or less than |
64 | .Fa s2 | 64 | .Fa s2 |