diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-02-19 10:21:54 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-02-19 10:21:54 +0000 |
commit | afa592448775c9f7d20934137b9a840d33b5e934 (patch) | |
tree | 7348bdda164e1cb864078b400856bd720ca64b8f /docs/libcurl | |
parent | bd63a557f372b0f18d38caab8631460b94999a6f (diff) |
very minor phrase edit
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/curl_easy_setopt.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index d1de20316..7ecfac1d7 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -271,7 +271,7 @@ name. Pass a long, this sets the timeout in seconds. Name resolves will be kept in memory for this number of seconds. Set to zero (0) to completely disable caching, or set to -1 to make the cached entries remain forever. By default, -libcurl caches info for 60 seconds. +libcurl caches this info for 60 seconds. .IP CURLOPT_DNS_USE_GLOBAL_CACHE Pass a long. If the value is non-zero, it tells curl to use a global DNS cache that will survive between easy handle creations and deletions. This is not |