From a9be60cae6e5dcae6c603529fc3700c6b66d593a Mon Sep 17 00:00:00 2001 From: hpa Date: Wed, 14 Nov 2001 05:52:25 +0000 Subject: [PATCH] Move the definition of the blksize2 option. --- tftpd/tftpd.8 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tftpd/tftpd.8 b/tftpd/tftpd.8 index 864902f..ebfbd4b 100644 --- a/tftpd/tftpd.8 +++ b/tftpd/tftpd.8 @@ -135,7 +135,14 @@ are .B tsize (RFC 2349), and .B timeout -(RFC 2349). The +(RFC 2349). The nonstandard +.B blksize2 +TFTP option is functionally identical to the +.B blksize +option, with the additional constraint that the +blocksize is constrained to be a power of 2. +.PP +The .B \-r option can be used to disable specific options; this may be necessary to work around bugs in specific TFTP client implementations. @@ -264,13 +271,6 @@ RFC 2348, .br RFC 2349, .IR "TFTP Timeout Interval and Transfer Size Options" . -.PP -The nonstandard -.B blksize2 -TFTP option is functionally identical to the -.B blksize -option specified in RFC 2349, with the additional constraint that the -blocksize is constrained to be a power of 2. .SH "AUTHOR" This version of .B tftpd