aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/send.2
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-07-15 07:53:42 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-07-15 07:53:42 +0000
commit7ebcc426efefea9cd16ac6f565e72030c608f7a4 (patch)
treed6c008b8ae357e7c4c800baa477713b82a6ee2f2 /lib/libc/sys/send.2
parentd087ad9cc9c9a047e48ac7d97861bd67e56c4085 (diff)
downloadsrc-7ebcc426efefea9cd16ac6f565e72030c608f7a4.tar.gz
src-7ebcc426efefea9cd16ac6f565e72030c608f7a4.zip
Remove whitespace at EOL.
Notes
Notes: svn path=/head/; revision=79754
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