From: Michael Kerrisk Date: Tue, 29 Sep 2020 13:42:42 +0000 (+0200) Subject: strftime.3: ffix X-Git-Tag: man-pages-5.09~230 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dab618c67ac37b73c16013db5a87d9152023ab9;p=thirdparty%2Fman-pages.git strftime.3: ffix Signed-off-by: Michael Kerrisk --- diff --git a/man3/strftime.3 b/man3/strftime.3 index 0109f106dc..9eb7a9be80 100644 --- a/man3/strftime.3 +++ b/man3/strftime.3 @@ -685,14 +685,20 @@ so that the above workaround is no longer required. .BR "RFC\ 2822-compliant date format" (with an English locale for %a and %b) .PP -.in +2n +.in +4n +.EX "%a,\ %d\ %b\ %Y\ %T\ %z" +.EE +.in .PP .BR "RFC\ 822-compliant date format" (with an English locale for %a and %b) .PP -.in +2n +.in +4n +.EX "%a,\ %d\ %b\ %y\ %T\ %z" +.EE +.in .SS Example program The program below can be used to experiment with .BR strftime ().