summaryrefslogtreecommitdiffstats
path: root/nuttx/configs
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-28 19:43:42 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-28 19:43:42 +0000
commitb8bbfe54f1851404291e636142dde3c4a88eb817 (patch)
tree66c30132869c807f3c523317e1d156d3140b25be /nuttx/configs
parentc2c49feadbfa4f06c5f1351c52f5ae928be3b904 (diff)
Ooops... forgot to add lib_perror.c to the Make.defs file
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5062 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/README.txt b/nuttx/configs/README.txt
index 1a5e3c9d7b..065759ce67 100644
--- a/nuttx/configs/README.txt
+++ b/nuttx/configs/README.txt
@@ -562,8 +562,8 @@ defconfig -- This is a configuration file similar to the Linux
will use a shortened string when it decodes the error. Specifically,
strerror() is simply use the string that is the common name for the
error. For example, the 'errno' value of 2 will produce the string
- "No such file or directory" is CONFIG_LIBC_STRERROR_SHORT is not
- defined but the string "ENOENT" is CONFIG_LIBC_STRERROR_SHORT is
+ "No such file or directory" if CONFIG_LIBC_STRERROR_SHORT is not
+ defined but the string "ENOENT" if CONFIG_LIBC_STRERROR_SHORT is
defined.
CONFIG_LIBC_PERROR_STDOUT - POSIX requires that perror() provide its output
on stderr. This option may be defined, however, to provide perror() output