diff options
author | Daniel Stenberg <daniel@haxx.se> | 2015-11-06 15:03:00 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-11-06 15:03:00 +0100 |
commit | 748ffc77c621001d7db57fafd7370b7ff246e341 (patch) | |
tree | f57876664597903490e9141abb8ff02bbfcc2a24 /docs | |
parent | 60c86297bf81235c18eec68f7ddf1a30f21aa1b7 (diff) | |
download | curl-748ffc77c621001d7db57fafd7370b7ff246e341.tar.gz |
curl.1: remove the overlap --range example
... it is just weird to include by default even if it still works.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/curl.1 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index 3dab88e5c..eabcc9629 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -1474,13 +1474,10 @@ specifies the last 500 bytes specifies the bytes from offset 9500 and forward .TP .B 0-0,-1 -specifies the first and last byte only(*)(H) -.TP -.B 500-700,600-799 -specifies 300 bytes from offset 500(H) +specifies the first and last byte only(*)(HTTP) .TP .B 100-199,500-599 -specifies two separate 100-byte ranges(*)(H) +specifies two separate 100-byte ranges(*) (HTTP) .RE .IP (*) = NOTE that this will cause the server to reply with a multipart |