diff --git a/libexec/tftpd/tftpd.8 b/libexec/tftpd/tftpd.8 index 852323c0efd8..3bac492ffda3 100644 --- a/libexec/tftpd/tftpd.8 +++ b/libexec/tftpd/tftpd.8 @@ -253,8 +253,9 @@ was introduced in support for the TFTP Blocksize Option (RFC2348) and the blksize2 option was introduced in .Fx 7.4 . -.Sh BUGS +.Sh NOTES Files larger than 33488896 octets (65535 blocks) cannot be transferred -without client and server supporting blocksize negotiation (RFC2348). +without client and server supporting the the TFTP blocksize option (RFC2348), +or the non-standard TFTP rollover option. .Pp Many tftp clients will not transfer files over 16744448 octets (32767 blocks). diff --git a/usr.bin/tftp/tftp.1 b/usr.bin/tftp/tftp.1 index 29acdad70418..bf8720b87b6b 100644 --- a/usr.bin/tftp/tftp.1 +++ b/usr.bin/tftp/tftp.1 @@ -174,7 +174,7 @@ The .Nm command appeared in .Bx 4.3 . -.Sh BUGS +.Sh NOTES Because there is no user-login or validation within the .Tn TFTP @@ -185,4 +185,5 @@ exact methods are specific to each site and therefore difficult to document here. .Pp Files larger than 33488896 octets (65535 blocks) cannot be transferred -without client and server supporting blocksize negotiation (RFC1783). +without client and server supporting the TFTP blocksize option (RFC2348), +or the non-standard TFTP rollover option.