summaryrefslogtreecommitdiff
path: root/ares_save_options.3
diff options
context:
space:
mode:
authorPeter Pentchev <roam@ringlet.net>2010-03-25 12:48:39 +0100
committerDaniel Stenberg <daniel@haxx.se>2010-03-25 13:00:17 +0100
commita83d892bb2fa304bc9f2d76e9853b6941fd1177d (patch)
tree1f096fcf26ecf09b7c8ce0d19df3a0538b6d8b59 /ares_save_options.3
parent5e22223332a52bdaa9b58f31c0bece3dac0bc488 (diff)
downloadc-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_save_options.3')
-rw-r--r--ares_save_options.36
1 files changed, 3 insertions, 3 deletions
diff --git a/ares_save_options.3 b/ares_save_options.3
index 0dd4b4e..54250c0 100644
--- a/ares_save_options.3
+++ b/ares_save_options.3
@@ -58,9 +58,9 @@ this config struct, which may no longer be the complete set of config
options. \fBares_dup(3)\fP will not have that restriction.
The ares_options struct can not handle potential IPv6 name servers the
-ares_channel might be configured to use. Function \fBares_save_options(3)\fP
-will only return IPv4 servers if any. In order to retrieve all name servers
-an ares_channel might be using, function \fBares_get_servers(3)\fP must be
+ares_channel might be configured to use. The \fBares_save_options(3)\fP function
+will only return IPv4 servers, if any. In order to retrieve all name servers
+an ares_channel might be using, the \fBares_get_servers(3)\fP function must be
used instead.
.SH SEE ALSO
.BR ares_destroy_options (3),