diff options
Diffstat (limited to 'man3/strftime.3')
| -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 (). |
