summaryrefslogtreecommitdiff
path: root/usr/src/man/man3socket/send.3socket
diff options
context:
space:
mode:
authorKeith M Wesolowski <wesolows@foobazco.org>2014-11-19 18:47:18 +0000
committerKeith M Wesolowski <wesolows@foobazco.org>2014-11-19 18:47:18 +0000
commit9df4635546174b6e0dd39adace8563ebd85536e1 (patch)
tree76e4897e087a14909e1231d140e34da36180a28b /usr/src/man/man3socket/send.3socket
parentd0b6aa18f1151b5678b45ba5235417d2fda31967 (diff)
parent1ed6b69a5ca1ca3ee5e9a4931f74e2237c7e1c9f (diff)
downloadillumos-joyent-9df4635546174b6e0dd39adace8563ebd85536e1.tar.gz
[illumos-gate merge]
commit 1ed6b69a5ca1ca3ee5e9a4931f74e2237c7e1c9f 5316 allow smbadm join to use RPC commit 177d5b5f8c0e969013441207a0a705ae66b08cf7 5331 want sockaddr(3SOCKET) Manifests: usr/src/pkg/manifests/system-library.man3socket.inc
Diffstat (limited to 'usr/src/man/man3socket/send.3socket')
-rw-r--r--usr/src/man/man3socket/send.3socket8
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)