1 --- strftime.3.orig Fri Mar 11 07:33:40 2005
2 +++ strftime.3 Fri Mar 11 07:43:03 2005
10 .Nd format date and time
14 .Fa "const char * restrict format"
15 .Fa "const struct tm * restrict timeptr"
20 +.Fa "char * restrict buf"
22 +.Fa "const char * restrict format"
23 +.Fa "const struct tm * restrict timeptr"
31 Otherwise, zero is returned and the buffer contents are indeterminate.
35 +function uses the current locale, the
37 +function may be passed a locale directly. See
39 +for more information.
41 The conversion specifications are copied to the buffer after expansion
43 .Bl -tag -width "xxxx"