summaryrefslogtreecommitdiffstats
path: root/doc/user/overview.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-05-31 15:55:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-05-31 15:55:10 +0000
commita94c5a5d6992b6dca9afec09352ab80db4643078 (patch)
tree09da48a21cc739f0871774d815761a536591e7fe /doc/user/overview.t
parentChanged bitwise OR's used to build up option and attribute sets (diff)
downloadrtems-a94c5a5d6992b6dca9afec09352ab80db4643078.tar.bz2
Changed bitwise OR's used to build up option and attribute sets
to be correct in either C or Ada. Added the interrupt disable, enable, flash, and is in progress directives. changed "97" to "1997"
Diffstat (limited to '')
-rw-r--r--doc/user/overview.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/user/overview.t b/doc/user/overview.t
index ac49683682..8ec1675e6f 100644
--- a/doc/user/overview.t
+++ b/doc/user/overview.t
@@ -54,7 +54,7 @@ following features:
@end itemize
This manual describes the usage of RTEMS for
-applications written in the @value{RTEMS-LANGUAGE} programming language. Those
+applications written in the @value{LANGUAGE} programming language. Those
implementation details that are processor dependent are provided
in the Applications Supplement documents. A supplement
document which addresses specific architectural issues that
@@ -409,8 +409,8 @@ software developers. Although some background is provided, it
is assumed that the reader is familiar with the concepts of task
management as well as intertask communication and
synchronization. Since directives, user related data
-structures, and examples are presented in @value{RTEMS-LANGUAGE}, a basic
-understanding of the @value{RTEMS-LANGUAGE} programming language
+structures, and examples are presented in @value{LANGUAGE}, a basic
+understanding of the @value{LANGUAGE} programming language
is required to fully
understand the material presented. However, because of the
similarity of the Ada and C RTEMS implementations, users will