1
0
mirror of https://github.com/moparisthebest/curl synced 2025-01-08 12:28:06 -05:00

fixed CURLOPT_TFTP_BLKSIZE typo

This commit is contained in:
Daniel Stenberg 2009-11-23 09:31:55 +00:00
parent e37f8164a9
commit c80b593e5b

View 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 (default). libcurl does chunked transfer decoding by default unless this
option is set to zero. (added in 7.16.2) option is set to zero. (added in 7.16.2)
.SH TFTP OPTIONS .SH TFTP OPTIONS
.IP CURLOPT_TFTPBLKSIZE .IP CURLOPT_TFTP_BLKSIZE
Specify block size to use for TFTP data transmission. Valid range as per RFC 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 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 not specified. The specified block size will only be used pending support by