aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string/strtok.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/strtok.3')
-rw-r--r--lib/libc/string/strtok.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strtok.3 b/lib/libc/string/strtok.3
index e19579f8ece5..1c4965ab3383 100644
--- a/lib/libc/string/strtok.3
+++ b/lib/libc/string/strtok.3
@@ -42,7 +42,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)strtok.3 8.2 (Berkeley) 2/3/94
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libc/string/strtok.3,v 1.26.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $
.\"
.Dd November 27, 1998
.Dt STRTOK 3