diff options
Diffstat (limited to 'usr/src/man/man2/write.2')
-rw-r--r-- | usr/src/man/man2/write.2 | 35 |
1 files changed, 24 insertions, 11 deletions
diff --git a/usr/src/man/man2/write.2 b/usr/src/man/man2/write.2 index 729d67778d..7ebf69973b 100644 --- a/usr/src/man/man2/write.2 +++ b/usr/src/man/man2/write.2 @@ -246,7 +246,7 @@ and if the file is a regular file, the \fBS_ISUID\fR and \fBS_ISGID\fR bits of the file mode may be cleared. .sp .LP -For streams files (see \fBIntro\fR(2) and \fBstreamio\fR(7I)), the operation of +For streams files (see \fBIntro\fR(2) and \fBstreamio\fR(4I)), the operation of \fBwrite()\fR is determined by the values of the minimum and maximum \fInbyte\fR range ("packet size") accepted by the stream. These values are contained in the topmost stream module, and can not be set or tested from user @@ -261,7 +261,7 @@ device sends a zero length message with zero returned. However, writing a zero-length buffer to a pipe or FIFO sends no message and zero is returned. The user program may issue the \fBI_SWROPT\fR \fBioctl\fR(2) to enable zero-length messages to be sent across the pipe or FIFO (see -\fBstreamio\fR(7I)). +\fBstreamio\fR(4I)). .sp .LP When writing to a stream, data messages are created with a priority band of @@ -365,7 +365,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). .LP The \fBwrite()\fR, \fBpwrite()\fR, \fBwritev()\fR, and \fBpwritev()\fR functions will fail if: @@ -625,10 +625,10 @@ overflowed an \fBssize_t\fR. .SH USAGE .LP The \fBpwrite()\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 @@ -642,13 +642,26 @@ Interface Stability Committed _ MT-Level \fBwrite()\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), -\fBgetrlimit\fR(2), \fBioctl\fR(2), \fBlseek\fR(2), \fBopen\fR(2), -\fBpipe\fR(2), \fBulimit\fR(2), \fBsend\fR(3SOCKET), \fBsocket\fR(3SOCKET), -\fBattributes\fR(5), \fBlf64\fR(5), \fBstandards\fR(5), \fBstreamio\fR(7I), -\fBtcp\fR(7P) +.BR Intro (2), +.BR chmod (2), +.BR creat (2), +.BR dup (2), +.BR fcntl (2), +.BR getrlimit (2), +.BR ioctl (2), +.BR lseek (2), +.BR open (2), +.BR pipe (2), +.BR ulimit (2), +.BR send (3SOCKET), +.BR socket (3SOCKET), +.BR streamio (4I), +.BR tcp (4P), +.BR attributes (7), +.BR lf64 (7), +.BR standards (7) |