summaryrefslogtreecommitdiffstats
path: root/doc/user/userext.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/userext.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 'doc/user/userext.t')
-rw-r--r--doc/user/userext.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/user/userext.t b/doc/user/userext.t
index 8c6a319bee..dc49b03e65 100644
--- a/doc/user/userext.t
+++ b/doc/user/userext.t
@@ -198,8 +198,8 @@ directives to obtain and release the extension buffers.
The sections that follow will contain a description
of each extension. Each section will contain a prototype of a
function with the appropriate calling sequence for the
-corresponding extension. The names given for the @value{RTEMS-LANGUAGE}
-@value{RTEMS-ROUTINE} and
+corresponding extension. The names given for the @value{LANGUAGE}
+@value{ROUTINE} and
its arguments are all defined by the user. The names used in
the examples were arbitrarily chosen and impose no naming
conventions on the user.
@@ -496,7 +496,7 @@ recover, then a fatal error may be reported. If the user does
not provide a TASK_EXITTED extension or the provided handler
returns control to RTEMS, then the RTEMS default handler will be
used. This default handler invokes the directive
-fatal_error_occurred with the TASK_EXITTED directive status.
+fatal_error_occurred with the @code{TASK_EXITTED} directive status.
@lowersections