svn commit: r268723 - stable/9/lib/libc/stdtime

Warren Block wblock at FreeBSD.org
Tue Jul 15 23:16:34 UTC 2014


Author: wblock (doc committer)
Date: Tue Jul 15 23:16:33 2014
New Revision: 268723
URL: http://svnweb.freebsd.org/changeset/base/268723

Log:
  MFC r267618:
  
  Fix syntax error.

Modified:
  stable/9/lib/libc/stdtime/strftime.3
Directory Properties:
  stable/9/lib/libc/   (props changed)
  stable/9/lib/libc/stdtime/   (props changed)

Modified: stable/9/lib/libc/stdtime/strftime.3
==============================================================================
--- stable/9/lib/libc/stdtime/strftime.3	Tue Jul 15 22:57:50 2014	(r268722)
+++ stable/9/lib/libc/stdtime/strftime.3	Tue Jul 15 23:16:33 2014	(r268723)
@@ -248,7 +248,7 @@ function
 conforms to
 .St -isoC
 with a lot of extensions including
-.Ql %C ,
+.Ql \&%C ,
 .Ql \&%D ,
 .Ql %E* ,
 .Ql %e ,


More information about the svn-src-all mailing list