summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-11-05 14:37:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-11-05 14:37:31 +0000
commitef842b46659d2bc6ccf65c8c589b9b269999b46d (patch)
treeedd59cc5a2816456718e4e8fa4486583975e69dc
parent2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-ef842b46659d2bc6ccf65c8c589b9b269999b46d.tar.bz2
2004-11-05 Joel Sherrill <joel@OARcorp.com>
PR 706/doc * task.t: Remove not that changes explanation.
-rw-r--r--doc/user/ChangeLog5
-rw-r--r--doc/user/task.t2
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/user/ChangeLog b/doc/user/ChangeLog
index 0a2f83cbd0..d0070e9857 100644
--- a/doc/user/ChangeLog
+++ b/doc/user/ChangeLog
@@ -1,3 +1,8 @@
+2004-11-05 Joel Sherrill <joel@OARcorp.com>
+
+ PR 706/doc
+ * task.t: Remove not that changes explanation.
+
2004-09-27 Joel Sherrill <joel@OARcorp.com>
PR 683/doc
diff --git a/doc/user/task.t b/doc/user/task.t
index bd3e296828..115536eb22 100644
--- a/doc/user/task.t
+++ b/doc/user/task.t
@@ -1153,7 +1153,7 @@ procedure Task_Is_Suspended (
@end ifset
@subheading DIRECTIVE STATUS CODES:
-@code{@value{RPREFIX}SUCCESSFUL} - task is not suspended@*
+@code{@value{RPREFIX}SUCCESSFUL} - task is suspended@*
@code{@value{RPREFIX}ALREADY_SUSPENDED} - task is not suspended@*
@code{@value{RPREFIX}INVALID_ID} - task id invalid@*
@code{@value{RPREFIX}ILLEGAL_ON_REMOTE_OBJECT} - not supported on remote tasks