diff --git a/src/ChangeLog b/src/ChangeLog index a0127f10..3cfc1b45 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2003-11-15 Hrvoje Niksic + + * host.c: Don't refer to the now-removed function + forget_host_lookup in the documentation of lookup_host. + 2003-11-15 Hrvoje Niksic * http.c (persistent_available_p): Correctly specify the endpoint diff --git a/src/host.c b/src/host.c index 6274d0ec..d5475bed 100644 --- a/src/host.c +++ b/src/host.c @@ -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.