summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-05-08 16:15:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-05-08 16:15:04 +0000
commitd5f2eecb4ea7c955bbe451f0a9cdf52922dbb83f (patch)
tree7809f1c6081076e2a4faba36ed41bf6f2539df89
parentNow sharing the "buildrt.t" or Building RTEMS chapter with the (diff)
downloadrtems-d5f2eecb4ea7c955bbe451f0a9cdf52922dbb83f.tar.bz2
Fixed type so constant would have "RTEMS_" in front of it.
-rw-r--r--doc/user/task.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/task.t b/doc/user/task.t
index 5db64eeca3..14935ef9e9 100644
--- a/doc/user/task.t
+++ b/doc/user/task.t
@@ -1586,7 +1586,7 @@ procedure Task_Wake_When (
@subheading DIRECTIVE STATUS CODES:
@code{@value{RPREFIX}SUCCESSFUL} - awakened at date/time successfully@*
-@code{INVALID_TIME_OF_DAY} - invalid time buffer@*
+@code{@value{RPREFIX}INVALID_TIME_OF_DAY} - invalid time buffer@*
@code{@value{RPREFIX}NOT_DEFINED} - system date and time is not set
@subheading DESCRIPTION: