From: deraadt Date: Mon, 15 Jan 1996 20:06:59 +0000 (+0000) Subject: from netbsd: X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=09413ed88082dbd3b6ae8cd7fa5296b23d22f7f1;p=openbsd from netbsd: Document the EACCES errno value as returned by sendmsg(2), per Ted Mellon , PR #1093. --- 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 ,