summaryrefslogtreecommitdiff
path: root/lib/libc/string/strcasecmp.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/strcasecmp.3')
-rw-r--r--lib/libc/string/strcasecmp.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/strcasecmp.3 b/lib/libc/string/strcasecmp.3
index 1c8f605179d..5ebfc7e3eee 100644
--- a/lib/libc/string/strcasecmp.3
+++ b/lib/libc/string/strcasecmp.3
@@ -32,7 +32,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)strcasecmp.3 8.1 (Berkeley) 6/9/93
-.\" $NetBSD: strcasecmp.3,v 1.14 2003/04/16 13:34:49 wiz Exp $
+.\" $NetBSD: strcasecmp.3,v 1.15 2003/05/10 12:30:23 wiz Exp $
.\"
.Dd June 9, 1993
.Dt STRCASECMP 3
@@ -60,7 +60,7 @@ compare the null-terminated strings
and
.Fa s2
and return an integer greater than, equal to, or less than 0,
-according as
+according to whether
.Fa s1
is lexicographically greater than, equal to, or less than
.Fa s2