Commit 83f11b1c authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

mention incompatibilities with ares

parent a00e7f0f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
+2 −1
Original line number Diff line number Diff line
@@ -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