mirror of
https://frontier.innolan.net/rainlance/c-ares.git
synced 2025-10-05 18:49:50 +00:00
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.
This commit is contained in:
committed by
Daniel Stenberg
parent
54faf09da6
commit
fa19279bba
@ -73,6 +73,9 @@ No name servers could be contacted.
|
||||
.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
|
||||
|
Reference in New Issue
Block a user