From 177d5b5f8c0e969013441207a0a705ae66b08cf7 Mon Sep 17 00:00:00 2001 From: Robert Mustacchi Date: Sun, 16 Nov 2014 13:51:26 -0800 Subject: 5331 want sockaddr(3SOCKET) Reviewed by: Joshua M. Clulow Reviewed by: Dan McDonald Approved by: Richard Lowe --- usr/src/man/man3socket/send.3socket | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'usr/src/man/man3socket/send.3socket') 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) -- cgit v1.2.3