Loading...
stdio/FreeBSD/putwc.3.patch Libc-391 Libc-763.12
--- Libc/Libc-391/stdio/FreeBSD/putwc.3.patch
+++ Libc/Libc-763.12/stdio/FreeBSD/putwc.3.patch
@@ -1,6 +1,29 @@
---- putwc.3.orig	Fri Mar 11 17:08:50 2005
-+++ putwc.3	Fri Mar 11 16:21:00 2005
-@@ -79,6 +79,12 @@
+--- putwc.3.bsdnew	2009-11-11 13:33:14.000000000 -0800
++++ putwc.3	2009-11-11 13:33:14.000000000 -0800
+@@ -48,11 +48,19 @@
+ .In stdio.h
+ .In wchar.h
+ .Ft wint_t
+-.Fn fputwc "wchar_t wc" "FILE *stream"
++.Fo fputwc
++.Fa "wchar_t wc"
++.Fa "FILE *stream"
++.Fc
+ .Ft wint_t
+-.Fn putwc "wchar_t wc" "FILE *stream"
++.Fo putwc
++.Fa "wchar_t wc"
++.Fa "FILE *stream"
++.Fc
+ .Ft wint_t
+-.Fn putwchar "wchar_t wc"
++.Fo putwchar
++.Fa "wchar_t wc"
++.Fc
+ .Sh DESCRIPTION
+ The
+ .Fn fputwc
+@@ -75,6 +83,12 @@ is identical to
  .Fn putwc
  with an output stream of
  .Dv stdout .
@@ -13,13 +36,11 @@
  .Sh RETURN VALUES
  The
  .Fn fputwc ,
-@@ -95,7 +101,8 @@
+@@ -91,6 +105,7 @@ is returned.
  .Xr fopen 3 ,
  .Xr getwc 3 ,
  .Xr putc 3 ,
--.Xr stdio 3
-+.Xr stdio 3 ,
-+.Xr putwc_l 3
++.Xr putwc_l 3 ,
+ .Xr stdio 3
  .Sh STANDARDS
  The
- .Fn fputwc ,