Loading...
stdio/FreeBSD/putwc.3.patch Libc-391.2.6 /dev/null
--- Libc/Libc-391.2.6/stdio/FreeBSD/putwc.3.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- putwc.3.orig	Fri Mar 11 17:08:50 2005
-+++ putwc.3	Fri Mar 11 16:21:00 2005
-@@ -79,6 +79,12 @@
- .Fn putwc
- with an output stream of
- .Dv stdout .
-+.Pp
-+Extended locale versions of these functions are documented in
-+.Xr putwc_l 3 .
-+See
-+.Xr xlocale 3
-+for more information.
- .Sh RETURN VALUES
- The
- .Fn fputwc ,
-@@ -95,7 +101,8 @@
- .Xr fopen 3 ,
- .Xr getwc 3 ,
- .Xr putc 3 ,
--.Xr stdio 3
-+.Xr stdio 3 ,
-+.Xr putwc_l 3
- .Sh STANDARDS
- The
- .Fn fputwc ,