1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-11-19 21:40:06 +00:00

spell inet correctly!

This commit is contained in:
Daniel Stenberg
2013-02-17 17:51:37 +01:00
parent cf7ad9758d
commit 07bbbd85c3
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ the size of this buffer, which shall be large enough to hold the text string
for IPv6).
.SH SEE ALSO
.BR ares_init(3),
.BR ares_net_pton(3)
.BR ares_inet_pton(3)
.SH AVAILABILITY
made properly publicly available in c-ares for real in version 1.10.0
.SH AUTHOR

View File

@ -35,7 +35,7 @@ the numeric address; this shall be large enough to hold the numeric address
(32 bits for AF_INET, 128 bits for AF_INET6).
.SH SEE ALSO
.BR ares_init(3),
.BR ares_net_ntop(3)
.BR ares_inet_ntop(3)
.SH AVAILABILITY
made properly publicly available in c-ares for real in version 1.10.0
.SH AUTHOR