strftime.3: ffix

This commit is contained in:
Michael Kerrisk 2008-10-27 22:14:52 -05:00
parent 5497345840
commit a173b8c674
1 changed files with 2 additions and 0 deletions

View File

@ -457,6 +457,7 @@ main(int argc, char *argv[])
Some examples of the result string produced by the glibc implementation of
.BR strftime ()
are as follows:
.in +4n
.nf
$ ./a.out "%m"
@ -466,6 +467,7 @@ Result string is "00011"
$ ./a.out "%_5m"
Result string is " 11"
.fi
.in
.SH "SEE ALSO"
.BR date (1),
.BR time (2),