diff options
author | Peter Pentchev <roam@ringlet.net> | 2010-03-25 12:48:39 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-03-25 13:00:17 +0100 |
commit | a83d892bb2fa304bc9f2d76e9853b6941fd1177d (patch) | |
tree | 1f096fcf26ecf09b7c8ce0d19df3a0538b6d8b59 /ares_set_servers.3 | |
parent | 5e22223332a52bdaa9b58f31c0bece3dac0bc488 (diff) | |
download | c-ares-a83d892bb2fa304bc9f2d76e9853b6941fd1177d.tar.gz c-ares-a83d892bb2fa304bc9f2d76e9853b6941fd1177d.tar.bz2 c-ares-a83d892bb2fa304bc9f2d76e9853b6941fd1177d.zip |
Fix a couple of typos and grammar nits.
Diffstat (limited to 'ares_set_servers.3')
-rw-r--r-- | ares_set_servers.3 | 4 |
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. |