]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Mention preadv2, pwritev2.
authorBruno Haible <bruno@clisp.org>
Mon, 10 Jun 2019 12:08:34 +0000 (14:08 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 10 Jun 2019 12:08:34 +0000 (14:08 +0200)
* doc/glibc-functions/preadv2.texi: New file.
* doc/glibc-functions/pwritev2.texi: New file.
* doc/gnulib.texi (Glibc sys/uio.h): Include them.

doc/glibc-functions/preadv2.texi [new file with mode: 0644]
doc/glibc-functions/pwritev2.texi [new file with mode: 0644]
doc/gnulib.texi

diff --git a/doc/glibc-functions/preadv2.texi b/doc/glibc-functions/preadv2.texi
new file mode 100644 (file)
index 0000000..0974d4e
--- /dev/null
@@ -0,0 +1,29 @@
+@node preadv2
+@subsection @code{preadv2}
+@findex preadv2
+
+Documentation:
+@itemize
+@item
+@ifinfo
+@ref{Scatter-Gather,,Fast Scatter-Gather I/O,libc},
+@end ifinfo
+@ifnotinfo
+@url{https://www.gnu.org/software/libc/manual/html_node/Scatter_002dGather.html},
+@end ifnotinfo
+@item
+@uref{https://www.kernel.org/doc/man-pages/online/pages/man2/preadv2.2.html,,man preadv2}.
+@end itemize
+
+Gnulib module: ---
+
+Portability problems fixed by Gnulib:
+@itemize
+@end itemize
+
+Portability problems not fixed by Gnulib:
+@itemize
+@item
+This function is missing on many non-glibc platforms:
+glibc 2.25, Mac OS X 10.5, FreeBSD 12.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 7.1, HP-UX 11.31, IRIX 6.5, OSF/1 5.1, Solaris 11.4, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 9.0.
+@end itemize
diff --git a/doc/glibc-functions/pwritev2.texi b/doc/glibc-functions/pwritev2.texi
new file mode 100644 (file)
index 0000000..54bfc21
--- /dev/null
@@ -0,0 +1,29 @@
+@node pwritev2
+@subsection @code{pwritev2}
+@findex pwritev2
+
+Documentation:
+@itemize
+@item
+@ifinfo
+@ref{Scatter-Gather,,Fast Scatter-Gather I/O,libc},
+@end ifinfo
+@ifnotinfo
+@url{https://www.gnu.org/software/libc/manual/html_node/Scatter_002dGather.html},
+@end ifnotinfo
+@item
+@uref{https://www.kernel.org/doc/man-pages/online/pages/man2/pwritev2.2.html,,man pwritev2}.
+@end itemize
+
+Gnulib module: ---
+
+Portability problems fixed by Gnulib:
+@itemize
+@end itemize
+
+Portability problems not fixed by Gnulib:
+@itemize
+@item
+This function is missing on many non-glibc platforms:
+glibc 2.25, Mac OS X 10.5, FreeBSD 12.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 7.1, HP-UX 11.31, IRIX 6.5, OSF/1 5.1, Solaris 11.4, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 9.0.
+@end itemize
index 2fd95e5a839af8a1117b61c95ff893d9676a6b78..a8f328e5debd06ce140b2aed871a77976732e9ac 100644 (file)
@@ -6129,15 +6129,19 @@ This list of functions is sorted according to the header that declares them.
 
 @menu
 * preadv::
+* preadv2::
 * process_vm_readv::
 * process_vm_writev::
 * pwritev::
+* pwritev2::
 @end menu
 
 @include glibc-functions/preadv.texi
+@include glibc-functions/preadv2.texi
 @include glibc-functions/process_vm_readv.texi
 @include glibc-functions/process_vm_writev.texi
 @include glibc-functions/pwritev.texi
+@include glibc-functions/pwritev2.texi
 
 @c @node Glibc sys/un.h
 @c @section Glibc Extensions to @code{<sys/un.h>}