From c4ca133b6fa240a9a7f3abc61147c551eeb52752 Mon Sep 17 00:00:00 2001 From: Juha Niskanen Date: Tue, 17 Apr 2018 05:54:00 -0600 Subject: [PATCH] apps/nshlib: Remove non-existent CONFIG_NSH_TMPDIR from README.txt --- nshlib/README.txt | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/nshlib/README.txt b/nshlib/README.txt index cd545e100..b106116c3 100644 --- a/nshlib/README.txt +++ b/nshlib/README.txt @@ -1494,12 +1494,10 @@ NSH-Specific Configuration Settings 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. * CONFIG_NSH_MAXARGUMENTS The maximum number of NSH command arguments. Default: 6