]> git.saurik.com Git - apple/libc.git/blame - stdio/FreeBSD/putwc.3.patch
Libc-391.5.22.tar.gz
[apple/libc.git] / stdio / FreeBSD / putwc.3.patch
CommitLineData
3d9156a7
A
1--- putwc.3.orig Fri Mar 11 17:08:50 2005
2+++ putwc.3 Fri Mar 11 16:21:00 2005
3@@ -79,6 +79,12 @@
4 .Fn putwc
5 with an output stream of
6 .Dv stdout .
7+.Pp
8+Extended locale versions of these functions are documented in
9+.Xr putwc_l 3 .
10+See
11+.Xr xlocale 3
12+for more information.
13 .Sh RETURN VALUES
14 The
15 .Fn fputwc ,
16@@ -95,7 +101,8 @@
17 .Xr fopen 3 ,
18 .Xr getwc 3 ,
19 .Xr putc 3 ,
20-.Xr stdio 3
21+.Xr stdio 3 ,
22+.Xr putwc_l 3
23 .Sh STANDARDS
24 The
25 .Fn fputwc ,