diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index 4b523524b5..1e54d38d2c 100644 --- a/Documentation/NuttShell.html +++ b/Documentation/NuttShell.html @@ -3905,20 +3905,13 @@ nsh> The entity to be executed is identified by enclosing the command line in back quotes. For example, will execute the program named myprogram passing it the value of the environment variable BAR. The value of the environment variable FOO is then set output of myprogram on stdout. Because this feature commits significant resources, it is disabled by default. - - - - CONFIG_NSH_TMPDIR - - If CONFIG_NSH_CMDPARMS is selected, then function output will be retained - in a temporary file. In that case, this string must be provided to - specify the full path to a directory where temporary files can be - created. This would be a good application of RAM disk: To provide - temporary storage for function output. + + The CONFIG_NSH_CMDPARMS interim output will be retained in a temporary file. + Full path to a directory where temporary files can be created is taken from CONFIG_LIBC_TMPDIR and it defaults to /tmp if CONFIG_LIBC_TMPDIR is not set. @@ -5526,7 +5519,6 @@ xxd -i romfs_img >nsh_romfsimg.h