From 375d88471421a9a052128fe928848eca7a5b6a8b Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 12 May 2007 13:19:09 +0000 Subject: [PATCH] tfix --- man2/pread.2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/man2/pread.2 b/man2/pread.2 index 06a95b1d0..bb97edd98 100644 --- a/man2/pread.2 +++ b/man2/pread.2 @@ -63,8 +63,9 @@ On success, the number of bytes read or written is returned (zero indicates that nothing was written, in the case of .BR pwrite (), or -end of file, in the case of \fBpread\fR), or \-1 on error, in which -case +end of file, in the case of +.BR pread (), +or \-1 on error, in which case .I errno is set to indicate the error. .SH ERRORS