Loading...
stdio/FreeBSD/fputws.3.patch Libc-583 Libc-763.12
--- Libc/Libc-583/stdio/FreeBSD/fputws.3.patch
+++ Libc/Libc-763.12/stdio/FreeBSD/fputws.3.patch
@@ -1,6 +1,6 @@
---- _SB/Libc/stdio/FreeBSD/fputws.3	2003-07-24 12:42:14.000000000 -0700
-+++ _SB/Libc/stdio/FreeBSD/fputws.3.edit	2006-06-28 16:55:52.000000000 -0700
-@@ -41,7 +41,8 @@
+--- fputws.3.bsdnew	2009-11-11 13:33:08.000000000 -0800
++++ fputws.3	2009-11-11 13:33:08.000000000 -0800
+@@ -37,7 +37,8 @@
  .Dt FPUTWS 3
  .Os
  .Sh NAME
@@ -10,7 +10,7 @@
  .Nd output a line of wide characters to a stream
  .Sh LIBRARY
  .Lb libc
-@@ -49,14 +50,34 @@
+@@ -45,14 +46,34 @@
  .In stdio.h
  .In wchar.h
  .Ft int
@@ -47,7 +47,7 @@
  .Sh RETURN VALUES
  The
  .Fn fputws
-@@ -69,7 +90,7 @@
+@@ -65,7 +86,7 @@ function will fail if:
  .Bl -tag -width Er
  .It Bq Er EBADF
  The
@@ -56,7 +56,7 @@
  argument supplied
  is not a writable stream.
  .El
-@@ -84,7 +105,8 @@
+@@ -80,7 +101,8 @@ for any of the errors specified for the 
  .Xr ferror 3 ,
  .Xr fputs 3 ,
  .Xr putwc 3 ,