summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-11-05 14:37:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-11-05 14:37:57 +0000
commit1c89b86a315afe954e0f2e1629dfe958e5dadd96 (patch)
tree26434dc77a7e7348eb29826fa30bfdf4e4d9c342 /doc
parent2004-11-05 Ralf Corsepius <ralf_corsepiu@rtems.org> (diff)
downloadrtems-1c89b86a315afe954e0f2e1629dfe958e5dadd96.tar.bz2
2004-11-05 Joel Sherrill <joel@OARcorp.com>
PR 706/doc * user/task.t: Remove not that changes explanation.
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog5
-rw-r--r--doc/user/task.t2
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 7b297612a6..6f67708b23 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2004-11-05 Joel Sherrill <joel@OARcorp.com>
+
+ PR 706/doc
+ * user/task.t: Remove not that changes explanation.
+
2004-09-29 Joel Sherrill <joel@OARcorp.com>
* configure.ac, index.html.in, FAQ/basic.t, FAQ/basic.texi, FAQ/entry,
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