summaryrefslogtreecommitdiff
path: root/lib/libc/string/strcasecmp.3
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-04-21 15:24:21 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-04-21 15:24:21 +0000
commitf427a49cebae937b58bd921c20803593806f0d90 (patch)
tree9b34e9c6151a86aa2c4ccd5da3329e545598269f /lib/libc/string/strcasecmp.3
parentf3b3a991bbd7e54d2e2f1b8c8bbf4eb4d4d22e28 (diff)
Flesh out libc string function man pages.
Diffstat (limited to 'lib/libc/string/strcasecmp.3')
-rw-r--r--lib/libc/string/strcasecmp.35
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/string/strcasecmp.3 b/lib/libc/string/strcasecmp.3
index be4e96a1c56..3cfc76e36fe 100644
--- a/lib/libc/string/strcasecmp.3
+++ b/lib/libc/string/strcasecmp.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: strcasecmp.3,v 1.5 1999/06/06 15:17:32 aaron Exp $
+.\" $OpenBSD: strcasecmp.3,v 1.6 2000/04/21 15:24:19 aaron Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -53,8 +53,7 @@ The
.Fn strcasecmp
and
.Fn strncasecmp
-functions
-compare the null-terminated strings
+functions compare the null-terminated strings
.Fa s1
and
.Fa s2