diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index e03aadc7fde..d1dd3d922bd 100644 --- a/Documentation/NuttShell.html +++ b/Documentation/NuttShell.html @@ -8,7 +8,7 @@

NuttShell (NSH)

-

Last Updated: March 7, 2011

+

Last Updated: March 18, 2011

@@ -327,7 +327,9 @@

- The examples/nsh sub-directory contains the NuttShell (NSH). + The apps/nshlib sub-directory contains the NuttShell (NSH) + library. + This library can easily to linked to produce a NSH application (See as an example apps/nshlib). NSH is a simple shell application for NuttX.

@@ -511,7 +513,7 @@ fi

NSH Start-Up Script. NSH supports options to provide a start up script for NSH. In general - this capability is enabled with CONFIG_EXAMPLES_NSH_ROMFSETC, but has + this capability is enabled with CONFIG_NSH_ROMFSETC, but has several other related configuration options as described with the NSH-specific configuration settings. This capability also depends on: @@ -530,7 +532,7 @@ fi values.

- In this default case, enabling CONFIG_EXAMPLES_NSH_ROMFSETC will cause + In this default case, enabling CONFIG_NSH_ROMFSETC will cause NSH to behave as follows at NSH startup time: