Index: lib/libc/stdtime/strftime.3 =================================================================== RCS file: /home/ncvs/src/lib/libc/stdtime/strftime.3,v retrieving revision 1.19 diff -u -r1.19 strftime.3 --- lib/libc/stdtime/strftime.3 2000/04/21 09:41:05 1.19 +++ lib/libc/stdtime/strftime.3 2000/07/28 20:42:00 @@ -97,9 +97,16 @@ is replaced by (year / 100) as decimal number; single digits are preceded by a zero. .It Cm %c -is replaced by national representation of time and date -(the format is similar with produced by -.Xr asctime 3 ) . +is replaced by national representation of time and date. +The format is similar to that produced by +.Xr asctime 3 , +including the following field positions: +.Bl -tag -width "xxxxxxxxxxxxxxxxxx" +.It 0-2 3-character representation of day-of-week (as %a). +.It 4-9 short month and day-of-month (as %Ef). +.It 11-18 hour/minute/second (as \&%T). +.It 20-23 year (as %Y). +.El .It Cm \&%D is equivalent to .Dq Li %m/%d/%y .