Bug 23072
Summary: | preadv(2) and pwritev(2) lack man pages, pread64(2) and pwrite64(2) aren't mentioned on their man pages | ||
---|---|---|---|
Product: | Documentation | Reporter: | Evgeny Kapun (abacabadabacaba) |
Component: | man-pages | Assignee: | Michael Kerrisk (mtk.manpages) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | mtk.manpages |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | Subsystem: | ||
Regression: | No | Bisected commit-id: |
Description
Evgeny Kapun
2010-11-17 14:58:29 UTC
Eugene, this would have been best submitted as two bug reports, because these really are two separate issues. However, by chance, I had recently dealt with on of the issues: the lack of a preadv() and pwritev() documentation (now added to the readv(2) page). Your report triggered me to deal with the other issue as well. I added a note as follows: On Linux, the underlying system calls were renamed in kernel 2.6: pread() became pread64(), and pwrite() became pwrite64(), The system call numbers remained the same. The glibc pread() and pwrite() wrapper functions trans- parently deal with the change. All of the changes are already pushed to git,and will be in man-pages 3.32. |