From 2dab618c67ac37b73c16013db5a87d9152023ab9 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 29 Sep 2020 15:42:42 +0200 Subject: [PATCH] strftime.3: ffix Signed-off-by: Michael Kerrisk --- man3/strftime.3 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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 (). -- 2.47.2