]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/man/man2/send.2
xnu-4903.270.47.tar.gz
[apple/xnu.git] / bsd / man / man2 / send.2
index 3a4e1e652e26deab3a48358bb1051fb91f3b1d85..acadd27b245e9d12603a4a9c64d6b807b472a021 100644 (file)
 .Fa "socklen_t dest_len"
 .Fc
 .Sh DESCRIPTION
 .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 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 
 may be used only when the socket is in a 
 .Em connected
 state, while 
@@ -230,6 +230,9 @@ The socket is shut down for writing
 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.
 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
 .El
 .Pp
 The