1 --- wprintf.3.orig 2007-04-08 18:49:37.000000000 -0700
2 +++ wprintf.3 2007-04-08 20:12:12.000000000 -0700
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
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
90 These functions return the number of characters printed
91 (not including the trailing
94 used to end output to strings).
104 Subject to the caveats noted in the