1 --- _SB/Libc/stdtime/FreeBSD/strftime.3 2004-11-25 11:38:45.000000000 -0800
2 +++ _SB/Libc/stdtime/FreeBSD/strftime.3.edit 2006-06-28 16:55:53.000000000 -0700
10 .Nd format date and time
17 -.Fa "char * restrict buf"
18 +.Fa "char *restrict s"
20 -.Fa "const char * restrict format"
21 -.Fa "const struct tm * restrict timeptr"
22 +.Fa "const char *restrict format"
23 +.Fa "const struct tm *restrict timeptr"
29 +.Fa "char *restrict s"
31 +.Fa "const char *restrict format"
32 +.Fa "const struct tm *restrict timeptr"
38 function formats the information from
43 according to the string pointed to by
48 Otherwise, zero is returned and the buffer contents are indeterminate.
52 +function uses the current locale, the
54 +function may be passed a locale directly. See
56 +for more information.
58 The conversion specifications are copied to the buffer after expansion
60 .Bl -tag -width "xxxx"
78 The peculiar week number and year in the replacements of
84 are defined in ISO 8601: 1988.