summaryrefslogtreecommitdiff
path: root/gnulib/doc/posix-functions/vfscanf.texi
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/doc/posix-functions/vfscanf.texi')
m---------gnulib0
-rw-r--r--gnulib/doc/posix-functions/vfscanf.texi24
2 files changed, 24 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 4fc10daa05477586fea99b6b3ca02a87d1102fa
diff --git a/gnulib/doc/posix-functions/vfscanf.texi b/gnulib/doc/posix-functions/vfscanf.texi
new file mode 100644
index 00000000..17b843e3
--- /dev/null
+++ b/gnulib/doc/posix-functions/vfscanf.texi
@@ -0,0 +1,24 @@
+@node vfscanf
+@section @code{vfscanf}
+@findex vfscanf
+
+POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/vfscanf.html}
+
+Gnulib module: ---
+
+Portability problems fixed by Gnulib:
+@itemize
+@end itemize
+
+Portability problems not fixed by Gnulib:
+@itemize
+@item
+This function is missing on some platforms:
+AIX 4.3.2, IRIX 6.5, OSF/1 5.1, Solaris 8, Interix 3.5.
+@item
+On Windows platforms (excluding Cygwin), this function does not set @code{errno}
+upon failure.
+@item
+On Windows, this function doesn't support the @code{hh}, @code{ll}, @code{j},
+@code{t}, @code{z} size specifiers.
+@end itemize