summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-01-18 10:26:12 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-01-18 10:26:12 -0600
commit5059be1f656be2eb042e240a05b21d9bc72955d7 (patch)
tree19479d2b0c85ccf477bf631e74455c1e9249753d
parent1cdef63264db6003e47abd6a57f5260db40d6830 (diff)
downloadnuttx-5059be1f656be2eb042e240a05b21d9bc72955d7.tar.gz
nuttx-5059be1f656be2eb042e240a05b21d9bc72955d7.tar.bz2
nuttx-5059be1f656be2eb042e240a05b21d9bc72955d7.zip
NSH: More break documentation
-rw-r--r--apps/nshlib/README.txt1
-rw-r--r--nuttx/Documentation/NuttShell.html5
2 files changed, 6 insertions, 0 deletions
diff --git a/apps/nshlib/README.txt b/apps/nshlib/README.txt
index 3d57b7bd2..8cd68baac 100644
--- a/apps/nshlib/README.txt
+++ b/apps/nshlib/README.txt
@@ -950,6 +950,7 @@ Command Dependencies on Configuration Settings
addroute CONFIG_NET && CONFIG_NET_ROUTE
base64dec CONFIG_NETUTILS_CODECS && CONFIG_CODECS_BASE64
base64enc CONFIG_NETUTILS_CODECS && CONFIG_CODECS_BASE64
+ break !CONFIG_NSH_DISABLESCRIPT && !CONFIG_NSH_DISABLE_LOOPS
cat CONFIG_NFILE_DESCRIPTORS > 0
cd !CONFIG_DISABLE_ENVIRON && CONFIG_NFILE_DESCRIPTORS > 0
cp CONFIG_NFILE_DESCRIPTORS > 0
diff --git a/nuttx/Documentation/NuttShell.html b/nuttx/Documentation/NuttShell.html
index 9e7b1a77c..8e3497552 100644
--- a/nuttx/Documentation/NuttShell.html
+++ b/nuttx/Documentation/NuttShell.html
@@ -2450,6 +2450,11 @@ nsh>
<td><code>CONFIG_NSH_DISABLE_BASE64ENC</code></td>
</tr>
<tr>
+ <td><b><code>break</code></b></td>
+ <td>!<code>CONFIG_NSH_DISABLESCRIPT</code> &amp;&amp; !<code>CONFIG_NSH_DISABLE_LOOPS</code></td>
+ <td>&nbsp;</td>
+ </tr>
+ <tr>
<td><b><code>cat</code></b></td>
<td><code>CONFIG_NFILE_DESCRIPTORS</code> &gt; 0</td>
<td><code>CONFIG_NSH_DISABLE_CAT</code></td>