]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
fixed CURLOPT_TFTP_BLKSIZE typo
authorDaniel Stenberg <daniel@haxx.se>
Mon, 23 Nov 2009 09:31:55 +0000 (09:31 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 23 Nov 2009 09:31:55 +0000 (09:31 +0000)
docs/libcurl/curl_easy_setopt.3

index 40447caa93c8e96b4b5a5daf89805dbdd6cb7250..ed6f1642a322a6bab21ae8e151a824217f084fd6 100644 (file)
@@ -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