summaryrefslogtreecommitdiff
path: root/doc/posix-functions/pread.texi
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-11-25 14:33:30 +0100
committerJim Meyering <meyering@redhat.com>2009-11-25 14:56:06 +0100
commitf84e1a91fb3c43ba06567cbaeaf641135170d35a (patch)
treea50ef075092438482fd2edf15172a140fc35d5e1 /doc/posix-functions/pread.texi
parentef77cd53d352251ed2bc7995ac6951f29f091bad (diff)
downloadgnulib-f84e1a91fb3c43ba06567cbaeaf641135170d35a.tar.gz
pread: new module
* modules/pread: New file. * lib/pread.c (pread): New file. * m4/pread.m4: Likewise. * lib/unistd.in.h (pread): Define/declare. * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define defaults. * modules/unistd (Makefile.am): Substitute witnesses. * doc/posix-functions/pread.texi (pread): Update. * MODULES.html.sh: Add pread.
Diffstat (limited to 'doc/posix-functions/pread.texi')
-rw-r--r--doc/posix-functions/pread.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/posix-functions/pread.texi b/doc/posix-functions/pread.texi
index d1d6403a85..a11e36eac7 100644
--- a/doc/posix-functions/pread.texi
+++ b/doc/posix-functions/pread.texi
@@ -8,11 +8,11 @@ Gnulib module: ---
Portability problems fixed by Gnulib:
@itemize
+@item
+This function is missing on some platforms:
+mingw, BeOS.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
-@item
-This function is missing on some platforms:
-mingw, BeOS.
@end itemize