aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string/strcasecmp.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/strcasecmp.3')
-rw-r--r--lib/libc/string/strcasecmp.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strcasecmp.3 b/lib/libc/string/strcasecmp.3
index 8ea1e14a4a57..f2877c71b20d 100644
--- a/lib/libc/string/strcasecmp.3
+++ b/lib/libc/string/strcasecmp.3
@@ -32,7 +32,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)strcasecmp.3 8.1 (Berkeley) 6/9/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libc/string/strcasecmp.3,v 1.3.2.1 2000/04/23 17:11:40 phantom Exp $
.\"
.Dd June 9, 1993
.Dt STRCASECMP 3