1 --- wcsftime.3.orig Fri Mar 11 19:44:47 2005
2 +++ wcsftime.3 Fri Mar 11 19:49:00 2005
10 .Nd "convert date and time to a wide-character string"
14 .Fa "wchar_t * restrict wcs" "size_t maxsize"
15 .Fa "const wchar_t * restrict format" "const struct tm * restrict timeptr"
20 +.Fa "wchar_t * restrict wcs" "size_t maxsize"
21 +.Fa "const wchar_t * restrict format" "const struct tm * restrict timeptr" "locale_t loc"
29 for a detailed description.
33 +function uses the current locale, the
35 +function may be passed a locale directly. See
37 +for more information.
39 Some early implementations of
43 .Vt "const wchar_t *" .