summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-04 14:40:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-04 14:40:06 +0000
commita16a794916831c78137fc14666bfde1389a6d6b0 (patch)
treee7ba291ca9ac15326b86cfb643a12ae0c763a9bc /doc
parent010-03-04 Chris Johns <chrisj@rtems.org> (diff)
downloadrtems-a16a794916831c78137fc14666bfde1389a6d6b0.tar.bz2
2010-03-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* user/conf.t: CONFIGURE_DISABLE_CLASSIC_NOTEPADS is typo of CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS. Fix it.
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog5
-rw-r--r--doc/user/conf.t4
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index a6717ffbfd..74d6642761 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2010-03-04 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * user/conf.t: CONFIGURE_DISABLE_CLASSIC_NOTEPADS is typo of
+ CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS. Fix it.
+
2010-02-18 Chris Johns <chrisj@rtems.org>
* networking/networkapp.t: Updated the BOOTP/DHCP to document the
diff --git a/doc/user/conf.t b/doc/user/conf.t
index 3cb37f9a49..00571dc33d 100644
--- a/doc/user/conf.t
+++ b/doc/user/conf.t
@@ -555,8 +555,8 @@ system configuration parameters supported by @code{rtems/confdefs.h}.
Classic API tasks that can be concurrently active.
The default for this field is 0.
-@findex CONFIGURE_DISABLE_CLASSIC_NOTEPADS
-@item @code{CONFIGURE_DISABLE_CLASSIC_NOTEPADS} should be defined
+@findex CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS
+@item @code{CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS} should be defined
if the user does not want to have support for Classic API Notepads
in their application. By default, this is not defined and Classic API
Notepads are supported.