corrected typos and changes LANGUAGE to RTEMS-LANGUAGE.

This commit is contained in:
Joel Sherrill
1997-07-31 18:45:58 +00:00
parent 03c8223b96
commit db91520362
23 changed files with 51 additions and 39 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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