.Fa "socklen_t dest_len"
.Fc
.Sh DESCRIPTION
-.Fn Send ,
+.Fn send ,
.Fn sendto ,
and
.Fn sendmsg
are used to transmit a message to another socket.
-.Fn Send
+.Fn send
may be used only when the socket is in a
.Em connected
state, while
or the socket is connection-mode and is no longer connected.
In the latter case, and if the socket is of type SOCK_STREAM,
the SIGPIPE signal is generated to the calling thread.
+.\" ==========
+.It Bq Er EADDRNOTAVAIL
+The specified address is not available or no longer available on this machine.
.El
.Pp
The