diff options
author | Robert Mustacchi <rm@joyent.com> | 2014-11-16 13:51:26 -0800 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2014-11-17 22:09:25 -0800 |
commit | 177d5b5f8c0e969013441207a0a705ae66b08cf7 (patch) | |
tree | 0648d6d10ceab266a3acb20e2904e89eae510c65 /usr/src/man/man3socket/send.3socket | |
parent | b998737654179ec0e068e04f6fda6e76777171c9 (diff) | |
download | illumos-joyent-177d5b5f8c0e969013441207a0a705ae66b08cf7.tar.gz |
5331 want sockaddr(3SOCKET)
Reviewed by: Joshua M. Clulow <josh@sysmgr.org>
Reviewed by: Dan McDonald <danmcd@omniti.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/man/man3socket/send.3socket')
-rw-r--r-- | usr/src/man/man3socket/send.3socket | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/usr/src/man/man3socket/send.3socket b/usr/src/man/man3socket/send.3socket index 249b746b27..b37df998f7 100644 --- a/usr/src/man/man3socket/send.3socket +++ b/usr/src/man/man3socket/send.3socket @@ -29,7 +29,6 @@ send, sendto, sendmsg \- send a message from a socket .fi .SH DESCRIPTION -.sp .LP The \fBsend()\fR, \fBsendto()\fR, and \fBsendmsg()\fR functions are used to transmit a message to another transport end-point. The \fBsend()\fR function @@ -86,12 +85,10 @@ It is used only by diagnostic or routing programs. .LP See \fBrecv\fR(3SOCKET) for a description of the \fBmsghdr\fR structure. .SH RETURN VALUES -.sp .LP Upon successful completion, these functions return the number of bytes sent. Otherwise, they return \fB-1\fR and set \fBerrno\fR to indicate the error. .SH ERRORS -.sp .LP The \fBsend()\fR, \fBsendto()\fR, and \fBsendmsg()\fR functions return errors under the following conditions: @@ -248,7 +245,6 @@ longer connected. In the latter case, if the socket is of type .RE .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -266,8 +262,8 @@ MT-Level Safe .TE .SH SEE ALSO -.sp .LP \fBfcntl\fR(2), \fBpoll\fR(2), \fBwrite\fR(2), \fBconnect\fR(3SOCKET), \fBgetsockopt\fR(3SOCKET), \fBrecv\fR(3SOCKET), \fBselect\fR(3C), -\fBsocket\fR(3SOCKET), \fBsocket.h\fR(3HEAD), \fBattributes\fR(5) +\fBsockaddr\fR(3SOCKET), \fBsocket\fR(3SOCKET), \fBsocket.h\fR(3HEAD), +\fBattributes\fR(5) |