]> sjero.net Git - wget/commitdiff
[svn] AI_ADDRCONFIG is no longer used, modify docs accordingly.
authorhniksic <devnull@localhost>
Sat, 25 Jun 2005 13:49:49 +0000 (06:49 -0700)
committerhniksic <devnull@localhost>
Sat, 25 Jun 2005 13:49:49 +0000 (06:49 -0700)
doc/ChangeLog
doc/wget.texi

index 085813a1b91a05ad5f3bb27751a34f38b3f8d9e1..d0f2917f29aa2790724a0b84a25b578603182dbf 100644 (file)
@@ -1,3 +1,8 @@
+2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * wget.texi (Download Options): Update -4/-6 documentation to
+       reflect the fact that we no longer use AI_ADDRCONFIG.
+
 2005-06-24  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * gpl.texi (GNU General Public License): Split GPL text into a
index 9296adaa720e9f77e4265c78aa955b5d19c8fd82..6f4b24e2b31760f0605670c78fba9ea3f7772ab3 100644 (file)
@@ -919,15 +919,16 @@ only connect to IPv6 hosts and ignore A records and IPv4 addresses.
 
 Neither options should be needed normally.  By default, an IPv6-aware
 Wget will use the address family specified by the host's DNS record.
-If the DNS specifies both an A record and an AAAA record, Wget will
-try them in sequence until it finds one it can connect to.
+If the DNS responds with both IPv4 and IPv6 addresses, Wget will them
+in sequence until it finds one it can connect to.  (Also see
+@code{--prefer-family} option described below.)
 
 These options can be used to deliberately force the use of IPv4 or
 IPv6 address families on dual family systems, usually to aid debugging
 or to deal with broken network configuration.  Only one of
-@samp{--inet6-only} and @samp{--inet4-only} may be specified in the
-same command.  Neither option is available in Wget compiled without
-IPv6 support.
+@samp{--inet6-only} and @samp{--inet4-only} may be specified at the
+same time.  Neither option is available in Wget compiled without IPv6
+support.
 
 @item --prefer-family=IPv4/IPv6/none
 When given a choice of several addresses, connect to the addresses