strftime.3: wfix

Fix comma splice.

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Jakub Wilk 2019-11-13 15:28:40 +01:00 committed by Michael Kerrisk
parent 8dd6b0bcd2
commit 0f2b59f5ca
1 changed files with 1 additions and 1 deletions

View File

@ -562,7 +562,7 @@ complain about the use of
.IR "warning: `%c' yields only last 2 digits of year in some locales" .
Of course programmers are encouraged to use
.BR %c ,
it gives the preferred date and time representation.
as it gives the preferred date and time representation.
One meets all kinds of strange obfuscations
to circumvent this
.BR gcc (1)