summaryrefslogtreecommitdiff
path: root/usr/src/man/man2/read.2
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man2/read.2')
-rw-r--r--usr/src/man/man2/read.212
1 files changed, 6 insertions, 6 deletions
diff --git a/usr/src/man/man2/read.2 b/usr/src/man/man2/read.2
index 96cd264b6a..424967581f 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,12 @@ 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)
+\fBrecv\fR(3SOCKET), \fBattributes\fR(7), \fBlf64\fR(7), \fBstandards\fR(7),
+\fBstreamio\fR(4I), \fBtermio\fR(4I), \fBtcp\fR(4P)