diff options
author | 2015-11-24 09:14:35 +0000 | |
---|---|---|
committer | 2015-11-24 09:14:35 +0000 | |
commit | 7a85a27d090ccb8ac878dd6bf9dc7a1230b57387 (patch) | |
tree | 899f30b3ac571983097a56c86c4984a2cd528b5e /lib/libc/string/strcasecmp.3 | |
parent | Don't loop forever trying to handle NP faults in certain failure cases. (diff) | |
download | wireguard-openbsd-7a85a27d090ccb8ac878dd6bf9dc7a1230b57387.tar.xz wireguard-openbsd-7a85a27d090ccb8ac878dd6bf9dc7a1230b57387.zip |
Document that these functions are now in strings.h.
ok millert@
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 8bd7387dc59..38703622160 100644 --- a/lib/libc/string/strcasecmp.3 +++ b/lib/libc/string/strcasecmp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strcasecmp.3,v 1.12 2013/06/05 03:39:23 tedu Exp $ +.\" $OpenBSD: strcasecmp.3,v 1.13 2015/11/24 09:14:35 daniel Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,7 +31,7 @@ .\" .\" @(#)strcasecmp.3 8.1 (Berkeley) 6/9/93 .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: November 24 2015 $ .Dt STRCASECMP 3 .Os .Sh NAME @@ -39,7 +39,7 @@ .Nm strncasecmp .Nd compare strings, ignoring case .Sh SYNOPSIS -.In string.h +.In strings.h .Ft int .Fn strcasecmp "const char *s1" "const char *s2" .Ft int |