mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
added notes about incompatible functions
This commit is contained in:
parent
5fc8d4da45
commit
9f4e682ca9
@ -29,6 +29,8 @@ The
|
|||||||
function gets the description of the ares library error code
|
function gets the description of the ares library error code
|
||||||
.IR code ,
|
.IR code ,
|
||||||
returning the result as a NUL-terminated C string.
|
returning the result as a NUL-terminated C string.
|
||||||
|
.SH NOTES
|
||||||
|
This function is not compatible with ares.
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Greg Hudson, MIT Information Systems
|
Greg Hudson, MIT Information Systems
|
||||||
.br
|
.br
|
||||||
|
@ -34,6 +34,8 @@ argument. If you pass a NULL, no integer is attempted to be returned.
|
|||||||
The integer is built up as 24bit number, with 8 separate bits used for major
|
The integer is built up as 24bit number, with 8 separate bits used for major
|
||||||
number, minor number and patch number. This makes a version string such as
|
number, minor number and patch number. This makes a version string such as
|
||||||
1.2.3 will be returned as the hexadecimal number 0x010203 (decimal 66051).
|
1.2.3 will be returned as the hexadecimal number 0x010203 (decimal 66051).
|
||||||
|
.SH NOTES
|
||||||
|
This function is not compatible with ares.
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Daniel Stenberg
|
Daniel Stenberg
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user