aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/send.2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/send.2')
-rw-r--r--lib/libc/sys/send.210
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/sys/send.2 b/lib/libc/sys/send.2
index f5749ee6ca0f..6929ff12b36e 100644
--- a/lib/libc/sys/send.2
+++ b/lib/libc/sys/send.2
@@ -58,9 +58,9 @@ and
.Fn sendmsg
are used to transmit a message to another socket.
.Fn Send
-may be used only when the socket is in a
+may be used only when the socket is in a
.Em connected
-state, while
+state, while
.Fn sendto
and
.Fn sendmsg
@@ -68,7 +68,7 @@ may be used at any time.
.Pp
The address of the target is given by
.Fa to
-with
+with
.Fa tolen
specifying its size.
The length of the message is given by
@@ -130,7 +130,7 @@ protocol family, and is used to implement Transaction
.Dv MSG_DONTROUTE
is usually used only by diagnostic or routing programs.
.Pp
-See
+See
.Xr recv 2
for a description of the
.Fa msghdr
@@ -148,7 +148,7 @@ fail if:
.It Bq Er EBADF
An invalid descriptor was specified.
.It Bq Er EACCES
-The destination address is a broadcast address, and
+The destination address is a broadcast address, and
.Dv SO_BROADCAST
has not been set on the socket.
.It Bq Er ENOTSOCK