]> git.saurik.com Git - apple/libc.git/blob - stdio/FreeBSD/getwc.3.patch
a27150897e76137534402d75d17216ce5239fd5f
[apple/libc.git] / stdio / FreeBSD / getwc.3.patch
1 --- getwc.3.bsdnew 2009-11-11 13:33:12.000000000 -0800
2 +++ getwc.3 2009-11-11 14:56:18.000000000 -0800
3 @@ -52,7 +52,7 @@
4 .Ft wint_t
5 .Fn getwc "FILE *stream"
6 .Ft wint_t
7 -.Fn getwchar void
8 +.Fn getwchar "void"
9 .Sh DESCRIPTION
10 The
11 .Fn fgetwc
12 @@ -75,6 +75,12 @@ is equivalent to
13 .Fn getwc
14 with the argument
15 .Dv stdin .
16 +.Pp
17 +Extended locale versions of these functions are documented in
18 +.Xr getwc_l 3 .
19 +See
20 +.Xr xlocale 3
21 +for more information.
22 .Sh RETURN VALUES
23 If successful, these routines return the next wide character
24 from the
25 @@ -100,13 +106,14 @@ until the condition is cleared with
26 .Xr fopen 3 ,
27 .Xr fread 3 ,
28 .Xr getc 3 ,
29 +.Xr getwc_l ,
30 .Xr putwc 3 ,
31 .Xr stdio 3 ,
32 .Xr ungetwc 3
33 .Sh STANDARDS
34 The
35 .Fn fgetwc ,
36 -.Fn getwc
37 +.Fn getwc ,
38 and
39 .Fn getwchar
40 functions