]> git.saurik.com Git - apple/libc.git/blob - stdio/FreeBSD/getwc.3.patch
836f09846902f96adbf743668c373ae67c7789a9
[apple/libc.git] / stdio / FreeBSD / getwc.3.patch
1 --- getwc.3.orig Fri Mar 11 17:08:31 2005
2 +++ getwc.3 Fri Mar 11 16:20:25 2005
3 @@ -79,6 +79,12 @@
4 .Fn getwc
5 with the argument
6 .Dv stdin .
7 +.Pp
8 +Extended locale versions of these functions are documented in
9 +.Xr getwc_l 3 .
10 +See
11 +.Xr xlocale 3
12 +for more information.
13 .Sh RETURN VALUES
14 If successful, these routines return the next wide character
15 from the
16 @@ -106,7 +112,8 @@
17 .Xr getc 3 ,
18 .Xr putwc 3 ,
19 .Xr stdio 3 ,
20 -.Xr ungetwc 3
21 +.Xr ungetwc 3 ,
22 +.Xr getwc_l 3
23 .Sh STANDARDS
24 The
25 .Fn fgetwc ,