aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2014-05-30 01:09:07 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2014-05-30 01:09:07 +0000
commit1bb07edbd41ba73e6bfc12bc9f85d92f7c4e312d (patch)
tree0f28ab48e41df14ffe5cb02b4faa7394ea45e013 /lib/libc/string
parent9b17fa8f3c2075bf517bb71c3cbfe11be8bf71f9 (diff)
Notes
Diffstat (limited to 'lib/libc/string')
-rw-r--r--lib/libc/string/strcasecmp.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/strcasecmp.3 b/lib/libc/string/strcasecmp.3
index 1c8504214f46..4a13cc41d934 100644
--- a/lib/libc/string/strcasecmp.3
+++ b/lib/libc/string/strcasecmp.3
@@ -30,7 +30,7 @@
.\" @(#)strcasecmp.3 8.1 (Berkeley) 6/9/93
.\" $FreeBSD$
.\"
-.Dd June 9, 1993
+.Dd May 29, 2014
.Dt STRCASECMP 3
.Os
.Sh NAME
@@ -45,7 +45,7 @@
.Fn strcasecmp "const char *s1" "const char *s2"
.Ft int
.Fn strncasecmp "const char *s1" "const char *s2" "size_t len"
-.In string.h
+.In strings.h
.In xlocale.h
.Ft int
.Fn strcasecmp_l "const char *s1" "const char *s2" "locale_t loc"