diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-15 20:07:00 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-15 20:07:00 +0000 |
commit | 2aa5fff67a823d41d54bcecdfb9cc309ff7c2830 (patch) | |
tree | adf7b6df22986aa59bb6c0ea5b4be74940777b07 /lib/libc/sys | |
parent | 30c2d72c2d5bc9c3754a90f1355489c84a13c9d7 (diff) |
from netbsd:
Document the EACCES errno value as returned by sendmsg(2), per
Ted Mellon <mellon@fugue.com>, PR #1093.
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/send.2 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/sys/send.2 b/lib/libc/sys/send.2 index 3a290121daf..e64a72ca1db 100644 --- a/lib/libc/sys/send.2 +++ b/lib/libc/sys/send.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: send.2,v 1.5 1995/02/27 12:36:43 cgd Exp $ +.\" $NetBSD: send.2,v 1.6 1996/01/15 01:17:18 thorpej Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -148,6 +148,9 @@ 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 EACCES +The SO_BROADCAST option is not set on the socket, and a broadcast address +was given as the destination. .El .Sh SEE ALSO .Xr fcntl 2 , |