]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
strftime.3: ffix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 29 Sep 2020 13:42:42 +0000 (15:42 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 29 Sep 2020 13:42:42 +0000 (15:42 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/strftime.3

index 0109f106dc577971cd9a5f7bf8bf8efd482c73e3..9eb7a9be80270e51fbee9648666a76d08dcab519 100644 (file)
@@ -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 ().