summaryrefslogtreecommitdiffstats
path: root/doc/user/task.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-07 15:02:55 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-07 15:02:55 +0000
commit1fa78236b7a25b73b4be10b0182c524f390df7e1 (patch)
tree77c3949fbbc8b082c85391eecaf9277134cfcff3 /doc/user/task.t
parentRegenerate. (diff)
downloadrtems-1fa78236b7a25b73b4be10b0182c524f390df7e1.tar.bz2
2008-11-07 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1334/doc * user/Makefile.am, user/concepts.t, user/init.t, user/overview.t, user/part.t, user/task.t: Correct typos and correctly document 4 parts of 32-bit object id. * user/ObjectId-32Bits.eps, user/ObjectId-32Bits.png: New files.
Diffstat (limited to 'doc/user/task.t')
-rw-r--r--doc/user/task.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/task.t b/doc/user/task.t
index f5f7fe18c4..860e6ba192 100644
--- a/doc/user/task.t
+++ b/doc/user/task.t
@@ -944,10 +944,10 @@ procedure Task_Start (
@code{@value{RPREFIX}ILLEGAL_ON_REMOTE_OBJECT} - cannot start remote task
@subheading DESCRIPTION:
-This directive readies the task, specified by tid, for execution
+This directive readies the task, specified by @code{id}, for execution
based on the priority and execution mode specified when the task
was created. The starting address of the task is given in
-entry_point. The task's starting argument is contained in
+@code{entry_point}. The task's starting argument is contained in
argument. This argument can be a single value or used as an index into an
array of parameter blocks. The type of this numeric argument is an unsigned
integer type with the property that any valid pointer to void can be converted