svn commit: r272533 - head/lib/libc/stdtime

Pedro F. Giffuni pfg at FreeBSD.org
Sat Oct 4 18:00:16 UTC 2014


Author: pfg
Date: Sat Oct  4 18:00:15 2014
New Revision: 272533
URL: https://svnweb.freebsd.org/changeset/base/272533

Log:
  Minor doc format fix.
  
  Submitted by:	Yonghyeon PYUN

Modified:
  head/lib/libc/stdtime/strptime.3

Modified: head/lib/libc/stdtime/strptime.3
==============================================================================
--- head/lib/libc/stdtime/strptime.3	Sat Oct  4 17:49:36 2014	(r272532)
+++ head/lib/libc/stdtime/strptime.3	Sat Oct  4 18:00:15 2014	(r272533)
@@ -79,7 +79,8 @@ and
 .Fa \&%D ,
 are now interpreted as beginning at 1969 per POSIX requirements.
 Years 69-00 are interpreted in the 20th century (1969-2000), years
-01-68 in the 21st century (2001-2068).  The
+01-68 in the 21st century (2001-2068).
+The
 .Fa \&%U
 and
 .Fa %W


More information about the svn-src-head mailing list