]> sjero.net Git - wget/commitdiff
[svn] Don't refer to nonexistent forget_host_lookup.
authorhniksic <devnull@localhost>
Sat, 15 Nov 2003 02:10:56 +0000 (18:10 -0800)
committerhniksic <devnull@localhost>
Sat, 15 Nov 2003 02:10:56 +0000 (18:10 -0800)
src/ChangeLog
src/host.c

index a0127f1049efd32f2b136d260cb0d0b971b3fdc1..3cfc1b45bf19f75a65c0eef307f3f9407140a81e 100644 (file)
@@ -1,3 +1,8 @@
+2003-11-15  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * host.c: Don't refer to the now-removed function
+       forget_host_lookup in the documentation of lookup_host.
+
 2003-11-15  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * http.c (persistent_available_p): Correctly specify the endpoint
index 6274d0ec8d4e917fbdd1bdf9c7d473fcf210cd24..d5475bed0f2a875f833b4c68360e12728c51c966 100644 (file)
@@ -502,9 +502,9 @@ cache_remove (const char *host)
    gethostbyname/getaddrinfo returned them.
 
    This function caches its result so that, if the same host is passed
-   the second time, the addresses are returned without DNS lookup.  If
-   you want to force lookup, call forget_host_lookup() prior to this
-   function, or set opt.dns_cache to 0 to globally disable caching.
+   the second time, the addresses are returned without DNS lookup.
+   (Use LH_REFRESH to force lookup, or set opt.dns_cache to 0 to
+   globally disable caching.)
 
    FLAGS can be a combination of:
      LH_SILENT  - don't print the "resolving ... done" messages.