mention incompatibilities with ares

This commit is contained in:
Daniel Stenberg 2004-10-26 08:08:41 +00:00
parent a00e7f0f5e
commit 83f11b1c9b
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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