From 9d152a77fd4b2c64db4631119103bbc13385945f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 27 Oct 2005 12:05:36 +0000 Subject: Jaz Fresh pointed out that if you used "-r [number]" as was wrongly described in the man page, curl would send an invalid HTTP Range: header. The correct way would be to use "-r [number]-" or even "-r -[number]". Starting now, curl will warn if this is discovered, and automatically append a dash to the range before passing it to libcurl. --- docs/curl.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/curl.1 b/docs/curl.1 index 69d890a6e..8a422b9e2 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -770,7 +770,7 @@ specifies the second 500 bytes .B -500 specifies the last 500 bytes .TP -.B 9500 +.B 9500- specifies the bytes from offset 9500 and forward .TP .B 0-0,-1 -- cgit v1.2.3