]> git.saurik.com Git - apple/libc.git/blobdiff - stdio/FreeBSD/scanf.3.patch
Libc-583.tar.gz
[apple/libc.git] / stdio / FreeBSD / scanf.3.patch
index df24ce5b484a89eb0de1f961e200c3970c40f7c8..ec916bb89ac351971d64c7c613e6cf542612a6cd 100644 (file)
@@ -1,5 +1,5 @@
---- scanf.3.orig       2007-04-08 18:49:37.000000000 -0700
-+++ scanf.3    2007-04-08 20:14:03.000000000 -0700
+--- scanf.3.orig       2008-07-30 01:54:48.000000000 -0700
++++ scanf.3    2008-07-30 02:06:07.000000000 -0700
 @@ -40,35 +40,55 @@
  .Dt SCANF 3
  .Os
  there may be a number of
  .Em flag
  characters, as follows:
-@@ -440,13 +468,10 @@
+@@ -415,7 +443,8 @@
+ in
+ .Xr printf 3 ) ;
+ the next pointer must be a pointer to
+-.Vt void .
++.Vt "void *"
++(or other pointer type).
+ .It Cm n
+ Nothing is expected;
+ instead, the number of characters consumed thus far from the input
+@@ -440,13 +469,10 @@
  causes an immediate return of
  .Dv EOF .
  .Sh RETURN VALUES
  no conversions were assigned;
  typically this is due to an invalid input character,
  such as an alphabetic character for a
-@@ -463,6 +488,7 @@
+@@ -463,6 +489,7 @@
  .Xr getc 3 ,
  .Xr mbrtowc 3 ,
  .Xr printf 3 ,
  .Xr strtod 3 ,
  .Xr strtol 3 ,
  .Xr strtoul 3 ,
-@@ -473,7 +499,7 @@
+@@ -473,7 +500,7 @@
  .Fn scanf ,
  .Fn sscanf ,
  .Fn vfscanf ,