Loading...
stdio/FreeBSD/getwc.3.patch Libc-763.12 Libc-583
--- Libc/Libc-763.12/stdio/FreeBSD/getwc.3.patch
+++ Libc/Libc-583/stdio/FreeBSD/getwc.3.patch
@@ -1,15 +1,15 @@
---- getwc.3.bsdnew	2009-11-11 13:33:12.000000000 -0800
-+++ getwc.3	2009-11-11 14:56:18.000000000 -0800
-@@ -52,7 +52,7 @@
+--- getwc.3	2004-11-25 11:38:35.000000000 -0800
++++ getwc.3.edit	2006-08-09 13:40:43.000000000 -0700
+@@ -56,7 +56,7 @@
  .Ft wint_t
  .Fn getwc "FILE *stream"
  .Ft wint_t
--.Fn getwchar void
-+.Fn getwchar "void"
+-.Fn getwchar
++.Fn getwchar void
  .Sh DESCRIPTION
  The
  .Fn fgetwc
-@@ -75,6 +75,12 @@ is equivalent to
+@@ -79,6 +79,12 @@
  .Fn getwc
  with the argument
  .Dv stdin .
@@ -22,11 +22,11 @@
  .Sh RETURN VALUES
  If successful, these routines return the next wide character
  from the
-@@ -100,13 +106,14 @@ until the condition is cleared with
+@@ -104,13 +110,14 @@
  .Xr fopen 3 ,
  .Xr fread 3 ,
  .Xr getc 3 ,
-+.Xr getwc_l ,
++.Xr getwc_l 3 ,
  .Xr putwc 3 ,
  .Xr stdio 3 ,
  .Xr ungetwc 3