--- C:\dev\sdk\curl-7.15.4\docs\libcurl\curl_easy_setopt.3.resume-from-1	2006-09-26 10:26:05.001 +0200
+++ C:\dev\sdk\curl-7.15.4\docs\libcurl\curl_easy_setopt.3	2006-09-26 09:24:26.000 +0200
@@ -956,7 +956,9 @@
 .IP CURLOPT_RESUME_FROM
 Pass a long as parameter. It contains the offset in number of bytes that you
 want the transfer to start from. Set this option to 0 to make the transfer
-start from the beginning (effectively disabling resume).
+start from the beginning (effectively disabling resume). Set this option to -1
+to make the transfer start from the end of the target file (useful to continue
+an interrupted transfer).
 .IP CURLOPT_RESUME_FROM_LARGE
 Pass a curl_off_t as parameter. It contains the offset in number of bytes that
 you want the transfer to start from. (Added in 7.11.0)



