Documentation/NuttShell.html: Add a little more information for the NSH set command.

This commit is contained in:
Gregory Nutt
2018-10-02 11:57:39 -06:00
parent faefa6cd9f
commit 4eeba49507
2 changed files with 8 additions and 2 deletions
+1 -2
View File
@@ -57,8 +57,7 @@
* Name: env_foreach
*
* Description:
* Search the provided environment structure for the variable of the
* specified name.
* Visit each name-value pair in the environment.
*
* Input Parameters:
* group - The task group containing environment array to be searched.