1 --- _SB/Libc/locale/FreeBSD/wcsftime.3 2003-05-20 15:21:44.000000000 -0700
2 +++ _SB/Libc/locale/FreeBSD/wcsftime.3.edit 2006-06-28 16:55:51.000000000 -0700
10 .Nd "convert date and time to a wide-character string"
17 -.Fa "wchar_t * restrict wcs" "size_t maxsize"
18 -.Fa "const wchar_t * restrict format" "const struct tm * restrict timeptr"
19 +.Fa "wchar_t *restrict wcs"
21 +.Fa "const wchar_t *restrict format"
22 +.Fa "const struct tm *restrict timeptr"
28 +.Fa "wchar_t *restrict wcs"
30 +.Fa "const wchar_t *restrict format"
31 +.Fa "const struct tm *restrict timeptr"
37 function is equivalent to the
39 -function except for the types of its arguments.
40 +function, except for the types of its arguments.
43 for a detailed description.
47 +function uses the current locale, the
49 +function may be passed a locale directly. See
51 +for more information.
53 Some early implementations of
61 .Vt "const wchar_t *" .