From 2c27c35fe32170fafb9d77f488d788464c40b719 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 26 Oct 2004 08:08:41 +0000 Subject: [PATCH] mention incompatibilities with ares --- ares_cancel.3 | 2 ++ ares_strerror.3 | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ares_cancel.3 b/ares_cancel.3 index fed7e408..c0146822 100644 --- a/ares_cancel.3 +++ b/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_strerror.3 b/ares_strerror.3 index 1d88b881..0a46cec4 100644 --- a/ares_strerror.3 +++ b/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