diff options
author | wblock <wblock@FreeBSD.org> | 2014-06-18 18:31:35 +0000 |
---|---|---|
committer | wblock <wblock@FreeBSD.org> | 2014-06-18 18:31:35 +0000 |
commit | b8dbe9ca3b3c7bf722dd0e20a2d029b9521b2c23 (patch) | |
tree | 806287fa11f757fef756401620a137c7e8ab78aa | |
parent | 138c50f9b95be595ab58315c736cfeeeb7e25794 (diff) | |
download | FreeBSD-src-b8dbe9ca3b3c7bf722dd0e20a2d029b9521b2c23.zip FreeBSD-src-b8dbe9ca3b3c7bf722dd0e20a2d029b9521b2c23.tar.gz |
Fix syntax error.
PR: 191131
Submitted by: dan.mcgregor@usask.ca
MFC after: 1 week
-rw-r--r-- | lib/libc/stdtime/strftime.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdtime/strftime.3 b/lib/libc/stdtime/strftime.3 index 0ed023b..5847a6b 100644 --- a/lib/libc/stdtime/strftime.3 +++ b/lib/libc/stdtime/strftime.3 @@ -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 , |