aboutsummaryrefslogtreecommitdiff
path: root/docs/curl.1
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-01-30 08:54:00 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-01-30 08:54:00 +0000
commitaaa42735e65d48147ae920c2a2e7cf11bfc4e02e (patch)
tree2cb97adaf29f2783c84e354c8888243bfc48ae85 /docs/curl.1
parent50c80a49ccbcc95019e08f7cdb90d20f2429f9ea (diff)
--socks
Diffstat (limited to 'docs/curl.1')
-rw-r--r--docs/curl.110
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index 850498b20..abd067702 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -2,7 +2,7 @@
.\" nroff -man curl.1
.\" Written by Daniel Stenberg
.\"
-.TH curl 1 "2 Dec 2003" "Curl 7.11.0" "Curl Manual"
+.TH curl 1 "30 Jan 2004" "Curl 7.11.1" "Curl Manual"
.SH NAME
curl \- transfer a URL
.SH SYNOPSIS
@@ -657,6 +657,14 @@ If this option is used twice, the second will again disable mute.
When used with -s it makes curl show error message if it fails.
If this option is used twice, the second will again disable show error.
+.IP "--socks <host[:port]>"
+Use the specified SOCKS5 proxy. If the port number is not specified, it is
+assumed at port 1080. (Option added in 7.11.1)
+
+This option overrides any previous use of \fI-x/--proxy\fP, as they are
+mutually exclusive.
+
+If this option is used several times, the last one will be used.
.IP "--stderr <file>"
Redirect all writes to stderr to the specified file instead. If the file name
is a plain '-', it is instead written to stdout. This option has no point when