diff options
author | 1999-06-06 15:17:31 +0000 | |
---|---|---|
committer | 1999-06-06 15:17:31 +0000 | |
commit | 65adce91856c4e06b09c4ec1e568143d40ece620 (patch) | |
tree | cd62f8001cda48e39d8efecfb08d17c52b638f5e /lib/libc/string/strcasecmp.3 | |
parent | Ugly workaround an alpha egcs bug (diff) | |
download | wireguard-openbsd-65adce91856c4e06b09c4ec1e568143d40ece620.tar.xz wireguard-openbsd-65adce91856c4e06b09c4ec1e568143d40ece620.zip |
some NAME section cleanup
Diffstat (limited to 'lib/libc/string/strcasecmp.3')
-rw-r--r-- | lib/libc/string/strcasecmp.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/string/strcasecmp.3 b/lib/libc/string/strcasecmp.3 index 52a13055ee5..be4e96a1c56 100644 --- a/lib/libc/string/strcasecmp.3 +++ b/lib/libc/string/strcasecmp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strcasecmp.3,v 1.4 1998/06/15 17:55:11 mickey Exp $ +.\" $OpenBSD: strcasecmp.3,v 1.5 1999/06/06 15:17:32 aaron Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -39,7 +39,8 @@ .Dt STRCASECMP 3 .Os .Sh NAME -.Nm strcasecmp +.Nm strcasecmp , +.Nm strncasecmp .Nd compare strings, ignoring case .Sh SYNOPSIS .Fd #include <string.h> @@ -69,7 +70,6 @@ The comparison is done using unsigned characters, so that is greater than .Ql \e0 . .Pp -The .Fn strncasecmp compares at most .Fa len |