summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/strtoul.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdlib/strtoul.3')
-rw-r--r--lib/libc/stdlib/strtoul.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/strtoul.3 b/lib/libc/stdlib/strtoul.3
index 2c0f348961dfd..110a3ad750deb 100644
--- a/lib/libc/stdlib/strtoul.3
+++ b/lib/libc/stdlib/strtoul.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)strtoul.3 8.1 (Berkeley) 6/4/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libc/stdlib/strtoul.3,v 1.23.14.1 2010/12/21 17:10:29 kensmith Exp $
.\"
.Dd November 28, 2001
.Dt STRTOUL 3