summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-11-16 07:12:37 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-11-16 07:12:37 +0000
commitb3522e4b20badb43eb2930c3a5c8610365e18298 (patch)
tree6478f3e556d2c1b025f20d98e6e318a78dae488a /lib
parentd013ca14bd91d9c45daf2f260b7de58ff0b84f63 (diff)
doc EAFNOSUPPORT return
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/send.24
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/sys/send.2 b/lib/libc/sys/send.2
index 4fd211242c8..3433298f8fb 100644
--- a/lib/libc/sys/send.2
+++ b/lib/libc/sys/send.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: send.2,v 1.9 1998/08/17 17:35:15 deraadt Exp $
+.\" $OpenBSD: send.2,v 1.10 1998/11/16 07:12:36 deraadt Exp $
.\" $NetBSD: send.2,v 1.6 1996/01/15 01:17:18 thorpej Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -190,6 +190,8 @@ member of
.Fa msg
was less than 0 or larger than
.Dv IOV_MAX .
+.It Bq Er EAFNOSUPPORT
+Addresses in the specified address family cannot be used with this socket.
.El
.Sh SEE ALSO
.Xr fcntl 2 ,