svn commit: r268721 - stable/10/lib/libc/stdtime

Warren Block wblock at FreeBSD.org
Tue Jul 15 22:44:11 UTC 2014


Author: wblock (doc committer)
Date: Tue Jul 15 22:44:10 2014
New Revision: 268721
URL: http://svnweb.freebsd.org/changeset/base/268721

Log:
  MFC r267618:
  
  Fix syntax error.

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

Modified: stable/10/lib/libc/stdtime/strftime.3
==============================================================================
--- stable/10/lib/libc/stdtime/strftime.3	Tue Jul 15 22:44:04 2014	(r268720)
+++ stable/10/lib/libc/stdtime/strftime.3	Tue Jul 15 22:44:10 2014	(r268721)
@@ -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-stable-10 mailing list