summaryrefslogtreecommitdiff
path: root/ares_set_servers.3
diff options
context:
space:
mode:
Diffstat (limited to 'ares_set_servers.3')
-rw-r--r--ares_set_servers.34
1 files changed, 2 insertions, 2 deletions
diff --git a/ares_set_servers.3 b/ares_set_servers.3
index 949b81f..2c1b9db 100644
--- a/ares_set_servers.3
+++ b/ares_set_servers.3
@@ -43,7 +43,7 @@ with more than one name server all the desired ones must be specified in a
single list.
\fBares_set_servers(3)\fP does not take ownership of the linked list argument.
-The caller is responsible to free the linked list when no longer needed.
+The caller is responsible for freeing the linked list when no longer needed.
This function is capable of handling IPv4 and IPv6 name server
addresses simultaneously, rendering \fBares_init_options(3)\fP with
@@ -75,7 +75,7 @@ c-ares library initialization not yet performed.
ares_set_servers(3) was added in c-ares 1.7.1
.SH AUTHOR
Implementation of this function and associated library internals are based
-on code, comments and feedback provided November and December of 2008 by
+on code, comments and feedback provided in November and December of 2008 by
Daniel Stenberg, Gregor Jasny, Phil Blundell and Yang Tse, December 2009
by Cedric Bail, February 2010 by Jakub Hrozek. On March 2010 Yang Tse
shuffled all the bits and this function popped out.