From b7ee1a369d246b8098e161f209a8dee011e430bd Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 6 Aug 2020 21:59:28 +0200 Subject: [PATCH] strftime.3: ffix Signed-off-by: Michael Kerrisk --- man3/strftime.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/strftime.3 b/man3/strftime.3 index 62625673d..6ffda9486 100644 --- a/man3/strftime.3 +++ b/man3/strftime.3 @@ -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.