2008-11-03 Joel Sherrill <joel.sherrill@OARcorp.com>

PR 1334/doc
	* user/Makefile.am, user/concepts.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.
This commit is contained in:
Joel Sherrill
2008-11-03 19:02:04 +00:00
parent b37ab148fe
commit f3a4c7a85a
8 changed files with 19509 additions and 74 deletions

View File

@@ -886,10 +886,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.