summaryrefslogtreecommitdiffstats
path: root/doc/user/conf.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-05-05 15:22:24 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-05-05 15:22:24 +0000
commite95cfafb1092db28438329f29098c1138e1431ff (patch)
treee4f8fe189bc18a89b0c2884699b1b3111b6366b3 /doc/user/conf.t
parentAdded much information on confdefs.h parameters. (diff)
downloadrtems-e95cfafb1092db28438329f29098c1138e1431ff.tar.bz2
More updates.
Diffstat (limited to 'doc/user/conf.t')
-rw-r--r--doc/user/conf.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/user/conf.t b/doc/user/conf.t
index 4803723412..feacd35ec1 100644
--- a/doc/user/conf.t
+++ b/doc/user/conf.t
@@ -36,7 +36,7 @@ RTEMS provides the @code{confdefs.h} C language header file that
based on the setting of a variety of macros can automatically
produce nearly all of the configuration tables required
by an RTEMS application. Rather than building the individual
-tables by hand. the application simply specifies the values
+tables by hand, the application simply specifies the values
for the configuration parameters it wishes to set. In the following
example, the configuration information for a simple system with
a message queue and a time slice of 50 milliseconds is configured:
@@ -1803,8 +1803,8 @@ of memory required more accurate:
@itemize @bullet
-CONFIGURE_MEMORY_OVERHEAD
-CONFIGURE_EXTRA_TASK_STACKS
+@item @code{CONFIGURE_MEMORY_OVERHEAD}
+@item @code{CONFIGURE_EXTRA_TASK_STACKS}
@end itemize