from netbsd:
authorderaadt <deraadt@openbsd.org>
Mon, 15 Jan 1996 20:06:59 +0000 (20:06 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 15 Jan 1996 20:06:59 +0000 (20:06 +0000)
Document the EACCES errno value as returned by sendmsg(2), per
Ted Mellon <mellon@fugue.com>, PR #1093.

lib/libc/sys/send.2

index 3a29012..e64a72c 100644 (file)
@@ -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 ,