From 98349dee6fc1399cebd1621c26e579978aa71937 Mon Sep 17 00:00:00 2001 From: hniksic Date: Fri, 14 Nov 2003 18:10:56 -0800 Subject: [PATCH] [svn] Don't refer to nonexistent forget_host_lookup. --- src/ChangeLog | 5 +++++ src/host.c | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) 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. -- 2.39.2