strftime.3: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-08-06 21:59:28 +02:00
parent be266c07cb
commit b7ee1a369d
1 changed files with 1 additions and 1 deletions

View File

@ -653,7 +653,7 @@ Some buggy versions of
.BR gcc (1)
complain about the use of
.BR %c :
.IR "warning: `%c' yields only last 2 digits of year in some locales" .
.IR "warning: \`%c\(aq yields only last 2 digits of year in some locales" .
Of course programmers are encouraged to use
.BR %c ,
as it gives the preferred date and time representation.