]> git.saurik.com Git - apple/libc.git/blob - stdio/FreeBSD/putwc.3.patch
a4b0008218c153cb751b83fc82ad797aaf844618
[apple/libc.git] / stdio / FreeBSD / putwc.3.patch
1 --- putwc.3.bsdnew 2009-11-11 13:33:14.000000000 -0800
2 +++ putwc.3 2009-11-11 13:33:14.000000000 -0800
3 @@ -48,11 +48,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 @@ -75,6 +83,12 @@ is identical to
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 @@ -91,6 +105,7 @@ is returned.
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