Date: Wed, 18 Jun 2014 18:31:35 +0000 (UTC) From: Warren Block <wblock@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r267618 - head/lib/libc/stdtime Message-ID: <201406181831.s5IIVZkj096355@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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 ,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406181831.s5IIVZkj096355>