summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-11-23 09:31:55 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-11-23 09:31:55 +0000
commitc80b593e5b3ba60279dbbbcfffc5b5b62a35a75e (patch)
treec30b4a8b55dec985181d2f934002d460ce0b3fa6
parente37f8164a9ed951b4e57ab2838b30b929a5047bc (diff)
downloadgnurl-c80b593e5b3ba60279dbbbcfffc5b5b62a35a75e.tar.gz
gnurl-c80b593e5b3ba60279dbbbcfffc5b5b62a35a75e.tar.bz2
gnurl-c80b593e5b3ba60279dbbbcfffc5b5b62a35a75e.zip
fixed CURLOPT_TFTP_BLKSIZE typo
-rw-r--r--docs/libcurl/curl_easy_setopt.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3
index 40447caa9..ed6f1642a 100644
--- a/docs/libcurl/curl_easy_setopt.3
+++ b/docs/libcurl/curl_easy_setopt.3
@@ -1054,7 +1054,7 @@ transfer decoding will be disabled, if set to 1 it is enabled
(default). libcurl does chunked transfer decoding by default unless this
option is set to zero. (added in 7.16.2)
.SH TFTP OPTIONS
-.IP CURLOPT_TFTPBLKSIZE
+.IP CURLOPT_TFTP_BLKSIZE
Specify block size to use for TFTP data transmission. Valid range as per RFC
2348 is 8-65464 bytes. The default of 512 bytes will be used if this option is
not specified. The specified block size will only be used pending support by