Loading...
stdio/FreeBSD/fputws.3.patch Libc-763.13 Libc-498.1.5
--- Libc/Libc-763.13/stdio/FreeBSD/fputws.3.patch
+++ Libc/Libc-498.1.5/stdio/FreeBSD/fputws.3.patch
@@ -1,6 +1,6 @@
---- 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 @@
+--- _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 @@
  .Dt FPUTWS 3
  .Os
  .Sh NAME
@@ -10,7 +10,7 @@
  .Nd output a line of wide characters to a stream
  .Sh LIBRARY
  .Lb libc
-@@ -45,14 +46,34 @@
+@@ -49,14 +50,34 @@
  .In stdio.h
  .In wchar.h
  .Ft int
@@ -47,7 +47,7 @@
  .Sh RETURN VALUES
  The
  .Fn fputws
-@@ -65,7 +86,7 @@ function will fail if:
+@@ -69,7 +90,7 @@
  .Bl -tag -width Er
  .It Bq Er EBADF
  The
@@ -56,7 +56,7 @@
  argument supplied
  is not a writable stream.
  .El
-@@ -80,7 +101,8 @@ for any of the errors specified for the 
+@@ -84,7 +105,8 @@
  .Xr ferror 3 ,
  .Xr fputs 3 ,
  .Xr putwc 3 ,