diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-09-29 15:42:42 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-09-29 15:42:42 +0200 |
| commit | 2dab618c67ac37b73c16013db5a87d9152023ab9 (patch) | |
| tree | 3f1544cee43f97c165482948cc58eb548ec24b0c | |
| parent | 13fb746008cb761983e7b5a1190c6aec621c1e86 (diff) | |
| download | man-pages-2dab618c67ac37b73c16013db5a87d9152023ab9.tar.gz | |
strftime.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man3/strftime.3 | 10 |
1 files 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 (). |
