summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-10-18 10:40:16 +0000
committerRoland McGrath <roland@gnu.org>1994-10-18 10:40:16 +0000
commitfd6cff57b65ba2352495e42134bc374a7bcec77a (patch)
treed75eb2254f0ef513b8b80137e5d5176771665285 /manual
parentf94a8a500760321e8565d37ee2bd7bb2deca4181 (diff)
(Error Codes): Fix EDESTADDRREQ description.
Diffstat (limited to 'manual')
-rw-r--r--manual/errno.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/manual/errno.texi b/manual/errno.texi
index 25338bc46d..142ebf4dff 100644
--- a/manual/errno.texi
+++ b/manual/errno.texi
@@ -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