summaryrefslogtreecommitdiffstats
path: root/doc/user/timer.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/timer.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/timer.t')
-rw-r--r--doc/user/timer.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/timer.t b/doc/user/timer.t
index 515736e740..d5c5166fc2 100644
--- a/doc/user/timer.t
+++ b/doc/user/timer.t
@@ -74,7 +74,7 @@ sometimes referred to as a "keep alive" or a "deadman" timer.
@end ifinfo
@subsection Timer Service Routines
-The timer service routine should adhere to @value{RTEMS-LANGUAGE} calling
+The timer service routine should adhere to @value{LANGUAGE} calling
conventions and have a prototype similar to the following::
@ifset is-C