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

Warren Block wblock at FreeBSD.org
Wed Jun 18 18:31:35 UTC 2014


Author: wblock (doc committer)
Date: Wed Jun 18 18:31:35 2014
New Revision: 267618
URL: http://svnweb.freebsd.org/changeset/base/267618

Log:
  Fix syntax error.
  
  PR:		191131
  Submitted by:	dan.mcgregor at usask.ca
  MFC after:	1 week

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

Modified: head/lib/libc/stdtime/strftime.3
==============================================================================
--- head/lib/libc/stdtime/strftime.3	Wed Jun 18 18:27:16 2014	(r267617)
+++ head/lib/libc/stdtime/strftime.3	Wed Jun 18 18:31:35 2014	(r267618)
@@ -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