svn commit: r257720 - head/lib/libc/string
Glen Barber
gjb at FreeBSD.org
Tue Nov 5 21:47:01 UTC 2013
Author: gjb
Date: Tue Nov 5 21:47:00 2013
New Revision: 257720
URL: http://svnweb.freebsd.org/changeset/base/257720
Log:
Fix .Dd after r257646.
DST affects the day by one hour, but the number of days in the
week stay the same.
Modified:
head/lib/libc/string/strlcpy.3
Modified: head/lib/libc/string/strlcpy.3
==============================================================================
--- head/lib/libc/string/strlcpy.3 Tue Nov 5 20:00:17 2013 (r257719)
+++ head/lib/libc/string/strlcpy.3 Tue Nov 5 21:47:00 2013 (r257720)
@@ -27,7 +27,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 10, 2013
+.Dd November 4, 2013
.Dt STRLCPY 3
.Os
.Sh NAME
More information about the svn-src-all
mailing list