1 --- wprintf.3.bsdnew 2009-11-11 13:33:22.000000000 -0800
2 +++ wprintf.3 2009-11-11 13:33:22.000000000 -0800
7 -.Nm wprintf , fwprintf , swprintf ,
8 -.Nm vwprintf , vfwprintf , vswprintf
15 .Nd formatted wide character output conversion
22 -.Fn fwprintf "FILE * restrict stream" "const wchar_t * restrict format" ...
24 +.Fa "FILE *restrict stream"
25 +.Fa "const wchar_t *restrict format"
29 -.Fn swprintf "wchar_t * restrict ws" "size_t n" "const wchar_t * restrict format" ...
31 +.Fa "wchar_t *restrict ws"
33 +.Fa "const wchar_t *restrict format"
37 -.Fn wprintf "const wchar_t * restrict format" ...
39 +.Fa "const wchar_t *restrict format"
46 -.Fn vfwprintf "FILE * restrict stream" "const wchar_t * restrict" "va_list ap"
48 +.Fa "FILE *restrict stream"
49 +.Fa "const wchar_t *restrict format"
53 -.Fn vswprintf "wchar_t * restrict ws" "size_t n" "const wchar_t *restrict format" "va_list ap"
55 +.Fa "wchar_t *restrict ws"
57 +.Fa "const wchar_t *restrict format"
61 -.Fn vwprintf "const wchar_t * restrict format" "va_list ap"
63 +.Fa "const wchar_t *restrict format"
69 family of functions produces output according to a
75 @@ -83,6 +113,12 @@ and
76 write to the wide character string
79 +Extended locale versions of these functions are documented in
83 +for more information.
85 These functions write the output under the control of a
87 string that specifies how subsequent arguments
88 @@ -92,7 +128,7 @@ are converted for output.
90 These functions return the number of characters printed
91 (not including the trailing
94 used to end output to strings).
97 @@ -598,6 +634,7 @@ Refer to
104 Subject to the caveats noted in the
105 @@ -610,7 +647,7 @@ the