summaryrefslogtreecommitdiff
path: root/nuttx
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 /nuttx
parent1cdef63264db6003e47abd6a57f5260db40d6830 (diff)
downloadnuttx-5059be1f656be2eb042e240a05b21d9bc72955d7.tar.gz
nuttx-5059be1f656be2eb042e240a05b21d9bc72955d7.tar.bz2
nuttx-5059be1f656be2eb042e240a05b21d9bc72955d7.zip
NSH: More break documentation
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/Documentation/NuttShell.html5
1 files changed, 5 insertions, 0 deletions
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>