This commit is contained in:
Michael Kerrisk 2007-05-12 13:19:09 +00:00
parent 825f35381a
commit 375d884714
1 changed files with 3 additions and 2 deletions

View File

@ -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