aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-10-27 12:05:36 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-10-27 12:05:36 +0000
commit9d152a77fd4b2c64db4631119103bbc13385945f (patch)
tree136ebafa21988ae0087c099d2928adc552deb0f4 /docs
parent33dc28b90514657eb13a4c029a9cc51d5041a8a4 (diff)
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.
Diffstat (limited to 'docs')
-rw-r--r--docs/curl.12
1 files changed, 1 insertions, 1 deletions
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