diff --git a/ares/ares_cancel.3 b/ares/ares_cancel.3 index fed7e40872b173b8a72b6803a4d5191f462407bf..c014682229d29d4a6d36ed83e6598a9cfcf0b9b8 100644 --- a/ares/ares_cancel.3 +++ b/ares/ares_cancel.3 @@ -33,5 +33,7 @@ might have been stored in their arguments. .SH SEE ALSO .BR ares_init (3) .BR ares_destroy (3) +.SH NOTES +This function is not compatible with ares. .SH AUTHOR Dirk Manske diff --git a/ares/ares_strerror.3 b/ares/ares_strerror.3 index 1d88b881584678b60b142d4069b201edb4cb0e80..0a46cec49e5e1552d8b6665cc41dd178f76ef6b2 100644 --- a/ares/ares_strerror.3 +++ b/ares/ares_strerror.3 @@ -30,7 +30,8 @@ function gets the description of the ares library error code .IR code , returning the result as a NUL-terminated C string. .SH NOTES -This function is not compatible with ares. +This function is not compatible with ares, it takes a different set of +arguments. .SH AUTHOR Greg Hudson, MIT Information Systems .br