summaryrefslogtreecommitdiffstats
path: root/doc/develenv
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-07-31 18:45:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-07-31 18:45:58 +0000
commitdb9152036258e231ec0a1ac3c67426700dc3d7e7 (patch)
treea770ce05aba5ce96cb646df5ffb209797bde4a06 /doc/develenv
parentAdded more info. (diff)
downloadrtems-db9152036258e231ec0a1ac3c67426700dc3d7e7.tar.bz2
corrected typos and changes LANGUAGE to RTEMS-LANGUAGE.
Diffstat (limited to 'doc/develenv')
-rw-r--r--doc/develenv/develenv.texi4
-rw-r--r--doc/develenv/direct.texi4
-rw-r--r--doc/develenv/sample.texi3
3 files changed, 5 insertions, 6 deletions
diff --git a/doc/develenv/develenv.texi b/doc/develenv/develenv.texi
index 4a75cec754..836154aa95 100644
--- a/doc/develenv/develenv.texi
+++ b/doc/develenv/develenv.texi
@@ -39,8 +39,8 @@ END-INFO-DIR-ENTRY
@c variable substitution info:
@c
-@c @set RTEMS-LANGUAGE C
-@c the language is @value{RTEMS-LANGUAGE}
+@c @set LANGUAGE C
+@c the language is @value{LANGUAGE}
@c NOTE: don't use underscore in the name
@c
diff --git a/doc/develenv/direct.texi b/doc/develenv/direct.texi
index 976da65358..9a66f5a68e 100644
--- a/doc/develenv/direct.texi
+++ b/doc/develenv/direct.texi
@@ -426,7 +426,7 @@ the supercore modules. Within the "score" directory the CPU
dependent modules are found.
The "cpu" directory contains a subdirectory for each
-target CPU supported by the @value{RTEMS-RELEASE} release of the RTEMS
+target CPU supported by the @value{RELEASE} release of the RTEMS
executive. Each processor directory contains the CPU dependent
code necessary to host RTEMS. The "no_cpu" directory provides a
starting point for developing a new port to an unsupported
@@ -459,7 +459,7 @@ processor family.
@c Tree 7 - C BSP Library
@c
-Th "libbsp" directory provides all the BSPs provided with this
+The "libbsp" directory provides all the BSPs provided with this
release of the RTEMS executive. The subdirectories are
divided, as discussed previously, based on specific processor
family, then further breaking down into specific target board
diff --git a/doc/develenv/sample.texi b/doc/develenv/sample.texi
index 8bbb6cf546..d3a8b3f664 100644
--- a/doc/develenv/sample.texi
+++ b/doc/develenv/sample.texi
@@ -51,8 +51,7 @@ can be used to test locally developed board support packages and
device drivers.
The reader should be familiar with the terms used and
-material presented in the RTEMS Applications User's Guide or
-the RTEMS @value{RTEMS-LANGUAGE} Applications User's Guide.
+material presented in the RTEMS Applications User's Guide.
@ifinfo
@node Sample Applications Hello World, Sample Applications Clock Tick, Sample Applications Introduction, Sample Applications