]> git.saurik.com Git - apple/libc.git/blob - stdio/FreeBSD/putwc.3.patch
Libc-594.1.4.tar.gz
[apple/libc.git] / stdio / FreeBSD / putwc.3.patch
1 --- putwc.3 2004-11-25 11:38:35.000000000 -0800
2 +++ putwc.3.edit 2006-08-09 13:41:39.000000000 -0700
3 @@ -52,11 +52,19 @@
4 .In stdio.h
5 .In wchar.h
6 .Ft wint_t
7 -.Fn fputwc "wchar_t wc" "FILE *stream"
8 +.Fo fputwc
9 +.Fa "wchar_t wc"
10 +.Fa "FILE *stream"
11 +.Fc
12 .Ft wint_t
13 -.Fn putwc "wchar_t wc" "FILE *stream"
14 +.Fo putwc
15 +.Fa "wchar_t wc"
16 +.Fa "FILE *stream"
17 +.Fc
18 .Ft wint_t
19 -.Fn putwchar "wchar_t wc"
20 +.Fo putwchar
21 +.Fa "wchar_t wc"
22 +.Fc
23 .Sh DESCRIPTION
24 The
25 .Fn fputwc
26 @@ -79,6 +87,12 @@
27 .Fn putwc
28 with an output stream of
29 .Dv stdout .
30 +.Pp
31 +Extended locale versions of these functions are documented in
32 +.Xr putwc_l 3 .
33 +See
34 +.Xr xlocale 3
35 +for more information.
36 .Sh RETURN VALUES
37 The
38 .Fn fputwc ,
39 @@ -95,6 +109,7 @@
40 .Xr fopen 3 ,
41 .Xr getwc 3 ,
42 .Xr putc 3 ,
43 +.Xr putwc_l 3 ,
44 .Xr stdio 3
45 .Sh STANDARDS
46 The