Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jul 2014 22:44:10 +0000 (UTC)
From:      Warren Block <wblock@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r268721 - stable/10/lib/libc/stdtime
Message-ID:  <201407152244.s6FMiAOT050967@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 ,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407152244.s6FMiAOT050967>