diff options
Diffstat (limited to 'usr/src/man/man2/read.2')
-rw-r--r-- | usr/src/man/man2/read.2 | 29 |
1 files changed, 21 insertions, 8 deletions
diff --git a/usr/src/man/man2/read.2 b/usr/src/man/man2/read.2 index 96cd264b6a..2d3cda107c 100644 --- a/usr/src/man/man2/read.2 +++ b/usr/src/man/man2/read.2 @@ -348,7 +348,7 @@ In addition to the errors documented below, if the \fIfiledes\fR argument refers to a socket, then an asynchronous error generated by the underlying socket protocol may be returned. For the full list of errors, please see the corresponding socket protocol manual page. For example, for a list of TCP -errors, please see \fBtcp\fR(7P). +errors, please see \fBtcp\fR(4P). .sp .LP The \fBread()\fR, \fBreadv()\fR, \fBpread()\fR, and \fBpreadv()\fR functions will fail if: @@ -551,10 +551,10 @@ The \fIfildes\fR argument is associated with a pipe or FIFO. .SH USAGE .LP The \fBpread()\fR function has a transitional interface for 64-bit file -offsets. See \fBlf64\fR(5). +offsets. See \fBlf64\fR(7). .SH ATTRIBUTES .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -568,12 +568,25 @@ Interface Stability Committed _ MT-Level \fBread()\fR is Async-Signal-Safe _ -Standard See \fBstandards\fR(5). +Standard See \fBstandards\fR(7). .TE .SH SEE ALSO .LP -\fBIntro\fR(2), \fBchmod\fR(2), \fBcreat\fR(2), \fBdup\fR(2), \fBfcntl\fR(2), -\fBgetmsg\fR(2), \fBioctl\fR(2), \fBlseek\fR(2), \fBopen\fR(2), \fBpipe\fR(2), -\fBrecv\fR(3SOCKET), \fBattributes\fR(5), \fBlf64\fR(5), \fBstandards\fR(5), -\fBstreamio\fR(7I), \fBtermio\fR(7I), \fBtcp\fR(7P) +.BR Intro (2), +.BR chmod (2), +.BR creat (2), +.BR dup (2), +.BR fcntl (2), +.BR getmsg (2), +.BR ioctl (2), +.BR lseek (2), +.BR open (2), +.BR pipe (2), +.BR recv (3SOCKET), +.BR streamio (4I), +.BR termio (4I), +.BR tcp (4P), +.BR attributes (7), +.BR lf64 (7), +.BR standards (7) |