diff options
-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 , |