summaryrefslogtreecommitdiffstats
path: root/doc/user/region.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-07-15 21:49:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-07-15 21:49:31 +0000
commit4dc6a4684f59ec33e621895e5296e924238d89c8 (patch)
treebcb9e92c11c025c2a68e6a002e6cf59fccba0414 /doc/user/region.t
parentSpacing. (diff)
downloadrtems-4dc6a4684f59ec33e621895e5296e924238d89c8.tar.bz2
2008-07-15 Joel Sherrill <joel.sherrill@OARcorp.com>
* user/barrier.t, user/clock.t, user/dpmem.t, user/msg.t, user/part.t, user/region.t, user/rtmon.t, user/sem.t, user/task.t, user/timer.t: Correct documentation typos noticed and thankfully reported by Fabrício de Novaes Kucinskis <fabricio@dea.inpe.br>
Diffstat (limited to '')
-rw-r--r--doc/user/region.t10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/user/region.t b/doc/user/region.t
index 78686976fd..e7d770aa43 100644
--- a/doc/user/region.t
+++ b/doc/user/region.t
@@ -96,7 +96,7 @@ desired option components. The set of valid options for the
listed in the following table:
@itemize @bullet
-@item @code{@value{RPREFIX}WAIT} - task will wait for semaphore (default)
+@item @code{@value{RPREFIX}WAIT} - task will wait for segment (default)
@item @code{@value{RPREFIX}NO_WAIT} - task should not wait
@end itemize
@@ -272,7 +272,7 @@ procedure Region_Create (
@subheading DIRECTIVE STATUS CODES:
@code{@value{RPREFIX}SUCCESSFUL} - region created successfully@*
-@code{@value{RPREFIX}INVALID_NAME} - invalid task name@*
+@code{@value{RPREFIX}INVALID_NAME} - invalid region name@*
@code{@value{RPREFIX}INVALID_ADDRESS} - @code{id} is NULL@*
@code{@value{RPREFIX}INVALID_ADDRESS} - @code{starting_address} is NULL@*
@code{@value{RPREFIX}INVALID_ADDRESS} - address not on four byte boundary@*
@@ -300,9 +300,9 @@ Specifying @code{@value{RPREFIX}FIFO} in attribute_set or selecting
@code{@value{RPREFIX}DEFAULT_ATTRIBUTES} will cause waiting tasks to
be serviced in First In-First Out order.
-The starting_address parameter must be aligned on a
-four byte boundary. The page_size parameter must be a multiple
-of four greater than or equal to four.
+The @code{starting_address} parameter must be aligned on a
+four byte boundary. The @code{page_size} parameter must be a multiple
+of four greater than or equal to eight.
@subheading NOTES: