summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttShell.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-28 19:01:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-28 19:01:14 +0000
commit96c66099109df5198d95ed32b5278bb574f4c8e5 (patch)
treeacd75c9f9d73075b8a1beef2a26e939f63ae353c /nuttx/Documentation/NuttShell.html
parenta9ead1328ee2c67363e580946564c80ed91d96ff (diff)
downloadpx4-nuttx-96c66099109df5198d95ed32b5278bb574f4c8e5.tar.gz
px4-nuttx-96c66099109df5198d95ed32b5278bb574f4c8e5.tar.bz2
px4-nuttx-96c66099109df5198d95ed32b5278bb574f4c8e5.zip
Add perror()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5061 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttShell.html')
-rw-r--r--nuttx/Documentation/NuttShell.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/nuttx/Documentation/NuttShell.html b/nuttx/Documentation/NuttShell.html
index ca7e82627..2cb4bc9a4 100644
--- a/nuttx/Documentation/NuttShell.html
+++ b/nuttx/Documentation/NuttShell.html
@@ -8,7 +8,7 @@
<tr align="center" bgcolor="#e4e4e4">
<td>
<h1><big><font color="#3c34ec"><i>NuttShell (NSH)</i></font></big></h1>
- <p>Last Updated: August 7, 2012</p>
+ <p>Last Updated: August 28, 2012</p>
</td>
</tr>
</table>
@@ -2284,8 +2284,9 @@ nsh>
<tr>
<td valign="top"><b><code>CONFIG_NSH_STRERROR</code></b></td>
<td>
- strerror(errno) makes more readable output but strerror() is
- very large and will not be used unless this setting is <i>y</i>
+ <code>strerror(errno)</code> makes more readable output but <code>strerror()</code> is
+ very large and will not be used unless this setting is <i>y</i>.
+ This setting depends upon the <code>strerror()</code> having been enabled with <code>CONFIG_LIBC_STRERROR</code>.
</td>
</tr>
<tr>