https://bugzilla.kernel.org/show_bug.cgi?id=23072 Michael Kerrisk <mtk.manpages@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |CODE_FIX AssignedTo|documentation_man-pages@ker |mtk.manpages@xxxxxxxxx |nel-bugs.osdl.org | --- Comment #1 from Michael Kerrisk <mtk.manpages@xxxxxxxxx> 2010-11-21 05:44:52 --- 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. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html