diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-05-08 12:39:40 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-05-08 12:39:40 +0000 |
commit | 4dbac041f1b1d0723982aea988cae0e9a7f8822d (patch) | |
tree | fde7d184a4e6e4a4cc69f7387ea0f3b9d84c3481 /docs/curl.1 | |
parent | dd344b65f28a635f15edf7676ace4266727ae443 (diff) | |
download | curl-4dbac041f1b1d0723982aea988cae0e9a7f8822d.tar.gz |
removed some texts like "starting with version XXX" blabla
Diffstat (limited to 'docs/curl.1')
-rw-r--r-- | docs/curl.1 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index 5b8a0c1f0..b5019b91c 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -39,14 +39,14 @@ supported at the moment: http://www.any.org/archive[1996-1999]/volume[1-4]part{a,b,c,index}.html -Starting with curl 7.6, you can specify any amount of URLs on the command -line. They will be fetched in a sequential manner in the specified order. - -Starting with curl 7.7, curl will attempt to re-use connections for multiple -file transfers, so that getting many files from the same server will not do -multiple connects/handshakes. This improves speed. Of course this is only done -on files specified on a single command line and cannot be used between -separate curl invokes. +You can specify any amount of URLs on the command line. They will be fetched +in a sequential manner in the specified order. + +Curl will attempt to re-use connections for multiple file transfers, so that +getting many files from the same server will not do multiple connects / +handshakes. This improves speed. Of course this is only done on files +specified on a single command line and cannot be used between separate curl +invokes. .SH OPTIONS .IP "-a/--append" (FTP) |