diff options
author | 1996-01-15 20:06:59 +0000 | |
---|---|---|
committer | 1996-01-15 20:06:59 +0000 | |
commit | 09413ed88082dbd3b6ae8cd7fa5296b23d22f7f1 (patch) | |
tree | 27df0f0740b3fc715c56d530bb686b06ff2cff29 /lib/libc/sys | |
parent | Remove vnode_if.[ch] during a "make clean", per PR#536 from (diff) | |
download | wireguard-openbsd-09413ed88082dbd3b6ae8cd7fa5296b23d22f7f1.tar.xz wireguard-openbsd-09413ed88082dbd3b6ae8cd7fa5296b23d22f7f1.zip |
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 , |