1 --- _SB/Libc/stdio/FreeBSD/fputws.3 2003-07-24 12:42:14.000000000 -0700
2 +++ _SB/Libc/stdio/FreeBSD/fputws.3.edit 2006-06-28 16:55:52.000000000 -0700
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.
57 is not a writable stream.