summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-09-11 08:43:31 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-09-11 08:43:31 +0000
commit084b7675b20db4768564ca3d53b077e2a67fc33b (patch)
tree89bfac15132e1c4917cbd195cb19fedffb6ff8b3
parented8be5bc55a6cc7a8b2c6e5a5126ab83bb0c1a98 (diff)
downloadgnurl-084b7675b20db4768564ca3d53b077e2a67fc33b.tar.gz
gnurl-084b7675b20db4768564ca3d53b077e2a67fc33b.tar.bz2
gnurl-084b7675b20db4768564ca3d53b077e2a67fc33b.zip
added -k for 7.10, added some more details on -y based on comments from
Kingsley Morse
-rw-r--r--docs/curl.19
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index 6a7e273f3..cb5748134 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -2,7 +2,7 @@
.\" nroff -man curl.1
.\" Written by Daniel Stenberg
.\"
-.TH curl 1 "31 Jul 2002" "Curl 7.9.9" "Curl Manual"
+.TH curl 1 "11 Sep 2002" "Curl 7.10" "Curl Manual"
.SH NAME
curl \- transfer a URL
.SH SYNOPSIS
@@ -308,6 +308,10 @@ as if a new session is started. Typical browsers always discard session
cookies when they're closed down. (Added in 7.9.7)
If this option is used several times, each occurrence will toggle this on/off.
+.IP "-k/--insecure"
+(SSL)
+
+If this option is used twice, the second time will again disable it.
.IP "--krb4 <level>"
(FTP) Enable kerberos4 authentication and use. The level must be entered and
should be one of 'clear', 'safe', 'confidential' or 'private'. Should you use
@@ -701,6 +705,9 @@ If a download is slower than speed-limit bytes per second during a speed-time
period, the download gets aborted. If speed-time is used, the default
speed-limit will be 1 unless set with -y.
+This option controls transfers and thus will not affect slow connects etc. If
+this is a concern for you, try the \fI--connect-timeout\fP option.
+
If this option is used several times, the last one will be used.
.IP "-Y/--speed-limit <speed>"
If a download is slower than this given speed, in bytes per second, for