aboutsummaryrefslogtreecommitdiff
path: root/ares
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-10-26 08:08:41 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-10-26 08:08:41 +0000
commit83f11b1c9ba55870a86aeae9f2e1719e0e1d074d (patch)
tree0581b8bd96515d826e231b713d86145d0e9ee17b /ares
parenta00e7f0f5ecd8fd93951a85ef86eb8b3c58f092e (diff)
mention incompatibilities with ares
Diffstat (limited to 'ares')
-rw-r--r--ares/ares_cancel.32
-rw-r--r--ares/ares_strerror.33
2 files changed, 4 insertions, 1 deletions
diff --git a/ares/ares_cancel.3 b/ares/ares_cancel.3
index fed7e4087..c01468222 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 1d88b8815..0a46cec49 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