X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fposix-functions%2Fpread.texi;h=0a4fc7c1caed75df2a8d52f465c3ca2503877dd1;hb=e57376fc224a9a5d9a30938cb9b53231d4eeaafc;hp=d1d6403a855eca1717c74f968ea8cf23e6401b33;hpb=09ef7461110822a3970aa8eebcfaa740996a82f2;p=gnulib.git diff --git a/doc/posix-functions/pread.texi b/doc/posix-functions/pread.texi index d1d6403a8..0a4fc7c1c 100644 --- a/doc/posix-functions/pread.texi +++ b/doc/posix-functions/pread.texi @@ -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