diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-04-12 14:33:57 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-04-12 14:33:57 +0000 |
commit | b00c59816debf160d6d6e97df6cd38217109f3b1 (patch) | |
tree | 8dfe49ad02626ff0360d9990f068a1d39d4729cc /docs/MANUAL | |
parent | a00918116de72a88f8b29cae1f9ed075057dea9f (diff) | |
download | curl-b00c59816debf160d6d6e97df6cd38217109f3b1.tar.gz |
http_proxy must be lower case
Diffstat (limited to 'docs/MANUAL')
-rw-r--r-- | docs/MANUAL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/MANUAL b/docs/MANUAL index ce63326eb..b58c4fb86 100644 --- a/docs/MANUAL +++ b/docs/MANUAL @@ -689,7 +689,7 @@ ENVIRONMENT VARIABLES Curl reads and understands the following environment variables: - HTTP_PROXY, HTTPS_PROXY, FTP_PROXY, GOPHER_PROXY + http_proxy, HTTPS_PROXY, FTP_PROXY, GOPHER_PROXY They should be set for protocol-specific proxies. General proxy should be set with |