mkstemp: More documentation.
[gnulib.git] / doc / posix-functions / pread.texi
index d1d6403..0a4fc7c 100644 (file)
@@ -2,17 +2,24 @@
 @section @code{pread}
 @findex pread
 
-POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pread.html}
+POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pread.html}
 
-Gnulib module: ---
+Gnulib module: pread
 
 Portability problems fixed by Gnulib:
 @itemize
+@item
+This function is missing on some platforms:
+HP-UX 10, mingw, BeOS.
+@item
+This function returns zero instead of positive values when large file support
+is enabled on some platforms:
+HP-UX 11.11.
+@item
+This function does not fail on pipes on some platforms:
+HP-UX 11.31.
 @end itemize
 
 Portability problems not fixed by Gnulib:
 @itemize
-@item
-This function is missing on some platforms:
-mingw, BeOS.
 @end itemize