pread.2: SEE ALSO: add readv(3)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-11-16 06:50:28 +01:00
parent bbc6739899
commit 2f3e829705
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH PREAD 2 2010-09-26 "Linux" "Linux Programmer's Manual"
.TH PREAD 2 2010-11-16 "Linux" "Linux Programmer's Manual"
.SH NAME
pread, pwrite \- read from or write to a file descriptor at a given offset
.SH SYNOPSIS
@ -115,4 +115,5 @@ POSIX.1-2001.
.SH "SEE ALSO"
.BR lseek (2),
.BR read (2),
.BR readv (2),
.BR write (2)