Loading...
stdio/FreeBSD/getwc.3.patch /dev/null Libc-391
--- /dev/null
+++ Libc/Libc-391/stdio/FreeBSD/getwc.3.patch
@@ -0,0 +1,25 @@
+--- getwc.3.orig	Fri Mar 11 17:08:31 2005
++++ getwc.3	Fri Mar 11 16:20:25 2005
+@@ -79,6 +79,12 @@
+ .Fn getwc
+ with the argument
+ .Dv stdin .
++.Pp
++Extended locale versions of these functions are documented in
++.Xr getwc_l 3 .
++See
++.Xr xlocale 3
++for more information.
+ .Sh RETURN VALUES
+ If successful, these routines return the next wide character
+ from the
+@@ -106,7 +112,8 @@
+ .Xr getc 3 ,
+ .Xr putwc 3 ,
+ .Xr stdio 3 ,
+-.Xr ungetwc 3
++.Xr ungetwc 3 ,
++.Xr getwc_l 3
+ .Sh STANDARDS
+ The
+ .Fn fgetwc ,