diff options
author | 1998-11-16 07:12:36 +0000 | |
---|---|---|
committer | 1998-11-16 07:12:36 +0000 | |
commit | d4678aa269e69838317527b87b7f3997218ebb4c (patch) | |
tree | 9e06602c694c24b84483ecbebaa67893350476a9 /lib/libc/sys/send.2 | |
parent | preserve errno; christos (diff) | |
download | wireguard-openbsd-d4678aa269e69838317527b87b7f3997218ebb4c.tar.xz wireguard-openbsd-d4678aa269e69838317527b87b7f3997218ebb4c.zip |
doc EAFNOSUPPORT return
Diffstat (limited to 'lib/libc/sys/send.2')
-rw-r--r-- | lib/libc/sys/send.2 | 4 |
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 , |