Print this page
10067 Miscellaneous man page typos
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Reviewed by: Volker A. Brandt <vab@bb-c.de>

*** 58,68 **** \fBint\fR \fBt_sndvudata\fR(\fBint\fR \fIfd\fR, \fBstruct t_unitdata *\fR\fIunitdata\fR, \fBstruct t_iovec *\fR\fIiov\fR, \fBunsigned int\fR \fIiovcount\fR); .fi .SH DESCRIPTION - .sp .LP This function is used in connectionless mode to send a data unit to another transport user. The argument \fIfd\fR identifies the local transport endpoint through which data will be sent, \fIiovcount\fR contains the number of non-contiguous \fIudata\fR buffers and is limited to an implementation-defined --- 58,67 ----
*** 129,153 **** called before the destination user has activated its transport endpoint (see \fBt_bind\fR(3NSL)\|), the data unit may be discarded. .sp .LP If it is not possible for the transport provider to immediately detect the ! conditions that cause the errors \fBTBADDADDR\fR and \fBTBADOPT\fR, these errors will alternatively be returned by \fBt_rcvuderr\fR(3NSL). An application must therefore be prepared to receive these errors in both of these ways. .SH RETURN VALUES - .sp .LP Upon successful completion, a value of \fB0\fR is returned. Otherwise, a value of -1 is returned and \fBt_errno\fR is set to indicate an error. .SH VALID STATES - .sp .LP \fBT_IDLE\fR. .SH ERRORS - .sp .LP On failure, \fBt_errno\fR is set to one of the following: .sp .ne 2 .na --- 128,149 ---- called before the destination user has activated its transport endpoint (see \fBt_bind\fR(3NSL)\|), the data unit may be discarded. .sp .LP If it is not possible for the transport provider to immediately detect the ! conditions that cause the errors \fBTBADADDR\fR and \fBTBADOPT\fR, these errors will alternatively be returned by \fBt_rcvuderr\fR(3NSL). An application must therefore be prepared to receive these errors in both of these ways. .SH RETURN VALUES .LP Upon successful completion, a value of \fB0\fR is returned. Otherwise, a value of -1 is returned and \fBt_errno\fR is set to indicate an error. .SH VALID STATES .LP \fBT_IDLE\fR. .SH ERRORS .LP On failure, \fBt_errno\fR is set to one of the following: .sp .ne 2 .na
*** 257,272 **** .RS 15n A system error has occurred during execution of this function. .RE .SH TLI COMPATIBILITY - .sp .LP In the \fBTLI\fR interface definition, no counterpart of this routine was defined. .SH ATTRIBUTES - .sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp .sp --- 253,266 ----
*** 278,287 **** _ MT Level Safe .TE .SH SEE ALSO - .sp .LP \fBfcntl\fR(2), \fBt_alloc\fR(3NSL), \fBt_open\fR(3NSL), \fBt_rcvudata\fR(3NSL), \fBt_rcvvudata\fR(3NSL) \fBt_rcvuderr\fR(3NSL), \fBt_sndudata\fR(3NSL), \fBattributes\fR(5) --- 272,280 ----