diff options
author | wollman <wollman@FreeBSD.org> | 1994-12-15 20:54:28 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-12-15 20:54:28 +0000 |
commit | 2dd58e065f4dc09a76af16b2007c34fe81024ef4 (patch) | |
tree | 2cf07bb504c32836f02268f7883e12c5f1d741d1 /share/man/man4 | |
parent | d7b829d989327e20a935d5dac9fe92f35bb4bfda (diff) | |
download | FreeBSD-src-2dd58e065f4dc09a76af16b2007c34fe81024ef4.zip FreeBSD-src-2dd58e065f4dc09a76af16b2007c34fe81024ef4.tar.gz |
Document EAFNOSUPPORT error return for TCP bind and connect operations.
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/tcp.4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/man/man4/tcp.4 b/share/man/man4/tcp.4 index 21f49d5..7f55955 100644 --- a/share/man/man4/tcp.4 +++ b/share/man/man4/tcp.4 @@ -164,6 +164,9 @@ allocated; when an attempt is made to create a socket with a network address for which no network interface exists. +.It Bq Er EAFNOSUPPORT +when an attempt is made to bind or connect a socket to a multicast +address. .El .Sh SEE ALSO .Xr getsockopt 2 , |