Commit 748ffc77 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

curl.1: remove the overlap --range example

... it is just weird to include by default even if it still works.
parent 60c86297
Loading
Loading
Loading
Loading
+2 −5
Original line number Original line Diff line number Diff line
@@ -1474,13 +1474,10 @@ specifies the last 500 bytes
specifies the bytes from offset 9500 and forward
specifies the bytes from offset 9500 and forward
.TP
.TP
.B 0-0,-1
.B 0-0,-1
specifies the first and last byte only(*)(H)
specifies the first and last byte only(*)(HTTP)
.TP
.B 500-700,600-799
specifies 300 bytes from offset 500(H)
.TP
.TP
.B 100-199,500-599
.B 100-199,500-599
specifies two separate 100-byte ranges(*)(H)
specifies two separate 100-byte ranges(*) (HTTP)
.RE
.RE
.IP
.IP
(*) = NOTE that this will cause the server to reply with a multipart
(*) = NOTE that this will cause the server to reply with a multipart