1 --- fputws.3.bsdnew 2009-11-11 13:33:08.000000000 -0800
2 +++ fputws.3 2009-11-11 13:33:08.000000000 -0800
10 .Nd output a line of wide characters to a stream
17 -.Fn fputws "const wchar_t * restrict ws" "FILE * restrict fp"
19 +.Fa "const wchar_t *restrict ws"
20 +.Fa "FILE *restrict stream"
27 +.Fa "const wchar_t *restrict ws"
28 +.Fa "FILE *restrict stream"
34 function writes the wide character string pointed to by
36 to the stream pointed to by
42 +function uses the current locale, the
44 +function may be passed a locale directly. See
46 +for more information.
50 @@ -65,7 +86,7 @@ function will fail if:
57 is not a writable stream.
59 @@ -80,7 +101,8 @@ for any of the errors specified for the