diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index 2719e549b69..1b83454b93e 100644 --- a/Documentation/NuttShell.html +++ b/Documentation/NuttShell.html @@ -1528,7 +1528,7 @@ usleep <usec> put CONFIG_NET && CONFIG_NET_UDP && - CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NET_BUFSIZE >= 5581 + CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NET_BUFSIZE >= 5581,2 pwd @@ -1572,7 +1572,11 @@ usleep <usec> -

1Because of hardware padding, the actual required packet size may be larger

+

1 + Because of hardware padding, the actual required packet size may be larger

+

2 + Special TFTP server start-up optionss will probably be required to permit + creation of files for the correct operation of the put command.