aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string/strcmp.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/strcmp.3')
-rw-r--r--lib/libc/string/strcmp.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strcmp.3 b/lib/libc/string/strcmp.3
index 7c5877b39798..9e9cac9dedf4 100644
--- a/lib/libc/string/strcmp.3
+++ b/lib/libc/string/strcmp.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)strcmp.3 8.1 (Berkeley) 6/4/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libc/string/strcmp.3,v 1.11.8.1 2009/04/15 03:14:26 kensmith Exp $
.\"
.Dd October 11, 2001
.Dt STRCMP 3