diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-21 15:24:21 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-21 15:24:21 +0000 |
commit | f427a49cebae937b58bd921c20803593806f0d90 (patch) | |
tree | 9b34e9c6151a86aa2c4ccd5da3329e545598269f /lib/libc/string/strcasecmp.3 | |
parent | f3b3a991bbd7e54d2e2f1b8c8bbf4eb4d4d22e28 (diff) |
Flesh out libc string function man pages.
Diffstat (limited to 'lib/libc/string/strcasecmp.3')
-rw-r--r-- | lib/libc/string/strcasecmp.3 | 5 |
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 |