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.

diff --git a/examples/nsh/README.txt b/examples/nsh/README.txt index 74f23692f39..c202d7a8ea6 100644 --- a/examples/nsh/README.txt +++ b/examples/nsh/README.txt @@ -599,7 +599,10 @@ Command Dependencies on Configuration Settings unset !CONFIG_DISABLE_ENVIRON usleep !CONFIG_DISABLE_SIGNALS -* NOTE: Because of hardware padding, the actual required size may be larger. +* NOTES: + - Because of hardware padding, the actual required size may be larger. + - Special TFTP server start-up optionss will probably be required to permit + creation of file for the correct operation of the put command. NSH-Specific Configuration Settings ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^