From 2f3e82970525ccc9b7e9829a8a48ae6f32e9c2dd Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 16 Nov 2010 06:50:28 +0100 Subject: [PATCH] pread.2: SEE ALSO: add readv(3) Signed-off-by: Michael Kerrisk --- man2/pread.2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man2/pread.2 b/man2/pread.2 index a41df984a..1765e6ca2 100644 --- a/man2/pread.2 +++ b/man2/pread.2 @@ -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)