]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(Error Codes): Fix EDESTADDRREQ description.
authorRoland McGrath <roland@gnu.org>
Tue, 18 Oct 1994 10:40:16 +0000 (10:40 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 18 Oct 1994 10:40:16 +0000 (10:40 +0000)
manual/errno.texi

index 25338bc46d7ca41965e95bd9d930aa0cfdf6ab53..142ebf4dff2682c0ed544bc1a8f6467ada6c6a91 100644 (file)
@@ -550,7 +550,9 @@ protocols, such as UDP), you get @code{EDESTADDRREQ} instead.
 @comment errno.h
 @comment BSD: Destination address required
 @deftypevr Macro int EDESTADDRREQ
-No destination address was supplied on a socket operation that needed one.
+No default destination address was set for the socket.  You get this
+error when you try to transmit data over a connectionless socket,
+without first specifying a destination for the data with @code{connect}.
 @end deftypevr
 
 @comment errno.h