summaryrefslogtreecommitdiff
path: root/lib/libc/string/strcasecmp.3
diff options
context:
space:
mode:
authorRobert Drehmel <robert@FreeBSD.org>2002-08-30 15:40:01 +0000
committerRobert Drehmel <robert@FreeBSD.org>2002-08-30 15:40:01 +0000
commitc271a3613cbfaf0b476e235315b84d77d01b68cd (patch)
treed27cfd2700229a42d77e9300869793928f4d92b9 /lib/libc/string/strcasecmp.3
parent401e7fff61471bdbc13d96b24cfe5b6fd6c5ccc0 (diff)
Notes
Diffstat (limited to 'lib/libc/string/strcasecmp.3')
-rw-r--r--lib/libc/string/strcasecmp.39
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/libc/string/strcasecmp.3 b/lib/libc/string/strcasecmp.3
index aac8ab7998cf..05b3a48025ee 100644
--- a/lib/libc/string/strcasecmp.3
+++ b/lib/libc/string/strcasecmp.3
@@ -44,7 +44,7 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
-.In string.h
+.In strings.h
.Ft int
.Fn strcasecmp "const char *s1" "const char *s2"
.Ft int
@@ -95,3 +95,10 @@ and
.Fn strncasecmp
functions first appeared in
.Bx 4.4 .
+Their prototypes existed previously in
+.Aq Pa string.h
+before they were moved to
+.Aq Pa strings.h
+for
+.St -p1003.1-2001
+compliance.