aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-11-20 08:03:01 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-11-20 08:03:01 +0000
commit271f96f78f04f556ba953b10d31bfed2202ad439 (patch)
tree799ea7175587ea1cbc84cf9c267d8c83a887811c /docs
parentb0130e6b3b8b56c0c5fa2deb179453645ba0e5ba (diff)
-p, not -P, for proxy tunneling
Diffstat (limited to 'docs')
-rw-r--r--docs/FAQ4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/FAQ b/docs/FAQ
index 4848ba5c7..29c788265 100644
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -1,4 +1,4 @@
-Updated: November 14, 2001 (http://curl.haxx.se/docs/faq.shtml)
+Updated: November 20, 2001 (http://curl.haxx.se/docs/faq.shtml)
_ _ ____ _
___| | | | _ \| |
/ __| | | | |_) | |
@@ -385,7 +385,7 @@ FAQ
etc.
There is one exception to this rule, and that is if you can "tunnel through"
- the given HTTP proxy. Proxy tunneling is enabled with a special option (-P)
+ the given HTTP proxy. Proxy tunneling is enabled with a special option (-p)
and is generally not available as proxy admins usuable disable tunneling to
other ports than 443 (which is used for HTTPS access through proxies).