diff options
author | Alexander Klauer <Alexander.Klauer@itwm.fraunhofer.de> | 2013-04-08 11:48:44 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-04-08 22:16:48 +0200 |
commit | fa19279bba7aa9c0b452ff41ee252be2adffdee8 (patch) | |
tree | 74660f56e04d98f98c8a1e1703cbc98ff67f55ff /ares_gethostbyname.3 | |
parent | 54faf09da68691a88dbf1936f5969b53af364261 (diff) | |
download | c-ares-fa19279bba7aa9c0b452ff41ee252be2adffdee8.tar.gz c-ares-fa19279bba7aa9c0b452ff41ee252be2adffdee8.tar.bz2 c-ares-fa19279bba7aa9c0b452ff41ee252be2adffdee8.zip |
Documentation: properly document ARES_ECANCELLED
This commit clarifies the behaviour of ares_cancel() with respect to
callbacks and adds missing documentation of ARES_ECANCELLED to the man
pages of the affected functions.
Diffstat (limited to 'ares_gethostbyname.3')
-rw-r--r-- | ares_gethostbyname.3 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ares_gethostbyname.3 b/ares_gethostbyname.3 index a578a53..6b24ea4 100644 --- a/ares_gethostbyname.3 +++ b/ares_gethostbyname.3 @@ -74,6 +74,9 @@ was not found. .B ARES_ENOMEM Memory was exhausted. .TP 19 +.B ARES_ECANCELLED +The query was cancelled. +.TP 19 .B ARES_EDESTRUCTION The name service channel .I channel |