aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/send.2
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1997-01-26 03:44:55 +0000
committerMike Pritchard <mpp@FreeBSD.org>1997-01-26 03:44:55 +0000
commit0469f5cd68f8853d0ec9432924a367d866a63322 (patch)
tree5b5778202d7271dae67f9a327d93b08a665c8575 /lib/libc/sys/send.2
parent88636c0b6f344077c252608667641718f288ec02 (diff)
Notes
Diffstat (limited to 'lib/libc/sys/send.2')
-rw-r--r--lib/libc/sys/send.28
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/libc/sys/send.2 b/lib/libc/sys/send.2
index ac9451a404a5..ab95dad01471 100644
--- a/lib/libc/sys/send.2
+++ b/lib/libc/sys/send.2
@@ -142,9 +142,13 @@ if an error occurred.
and
.Fn sendmsg
fail if:
-.Bl -tag -width [EMSGSIZE]
+.Bl -tag -width Er
.It Bq Er EBADF
An invalid descriptor was specified.
+.It Bq Er EACCES
+The destination address is a broadcast address, and
+.Dv SO_BROADCAST
+has not been set on the socket.
.It Bq Er ENOTSOCK
The argument
.Fa s
@@ -164,6 +168,8 @@ The operation may succeed when buffers become available.
The output queue for a network interface was full.
This generally indicates that the interface has stopped sending,
but may be caused by transient congestion.
+.It Bq Er EHOSTUNREACH
+The remote host was unreachable.
.El
.Sh SEE ALSO
.Xr fcntl 2 ,