diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-04-26 21:12:10 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-04-26 21:12:10 +0000 |
commit | 211004bb0d12c1eb70ad70dccf9e0c4230c8deeb (patch) | |
tree | 285f742bf87620cfe532cf6a8ddd5936e08fdd24 /docs | |
parent | 80d2fff1a1de4918b55d2ff44d3c5e0e192a7d83 (diff) |
my nroff 1.18.1 complained the URL as it contains a nroff combo somehow
and when I modified it slightly the warning dissappeared...
Diffstat (limited to 'docs')
-rw-r--r-- | docs/curl.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index f37e03f25..f7ea15954 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -37,9 +37,10 @@ or you can get sequences of alphanumeric series by using [] as in: ftp://ftp.numericals.com/file[001-100].txt (with leading zeros) ftp://ftp.letters.com/file[a-z].txt -No nesting of the sequences is supported at the moment: +No nesting of the sequences is supported at the moment, but you can use +several ones next to each other: - http://www.any.org/archive[1996-1999]/volume[1-4]part{a,b,c,index}.html + http://any.org/archive[1996-1999]/vol[1-4]/part{a,b,c}.html You can specify any amount of URLs on the command line. They will be fetched in a sequential manner in the specified order. |