syscalls.2: Ad preadv() and pwritev(), new in kernel 2.6.30

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2009-05-06 16:43:44 +12:00
parent 5a76509a2e
commit 0877a26bbe
1 changed files with 3 additions and 1 deletions

View File

@ -26,7 +26,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH SYSCALLS 2 2009-02-11 "Linux" "Linux Programmer's Manual"
.TH SYSCALLS 2 2009-05-06 "Linux" "Linux Programmer's Manual"
.SH NAME
syscalls \- Linux system calls
.SH SYNOPSIS
@ -377,6 +377,7 @@ l l l.
\fBprctl\fP(2) 2.2
\fBpread64\fP(2) Added as "pread" in 2.2;
renamed "pread64" in 2.6
\fBpreadv\fP(2) 2.6.30
\fBprof\fP(2) Not implemented
\fBprofil\fP(2) Not implemented
.\" Implemented in glibc; see \fBprofil\fP(3)
@ -387,6 +388,7 @@ l l l.
.\" Reserved for STREAMS support
\fBpwrite64\fP(2) Added as "pwrite" in 2.2;
renamed "pwrite64" in 2.6
\fBpwritev\fP(2) 2.6.30
\fBquery_module\fP(2) 2.2
\fBquotactl\fP(2)
\fBread\fP(2)