summaryrefslogtreecommitdiffstats
path: root/doc/user/part.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/part.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 'doc/user/part.t')
-rw-r--r--doc/user/part.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/part.t b/doc/user/part.t
index fbb4ed4197..a2c06bc5f1 100644
--- a/doc/user/part.t
+++ b/doc/user/part.t
@@ -170,7 +170,7 @@ procedure Partition_Create (
@subheading DIRECTIVE STATUS CODES:
@code{@value{RPREFIX}SUCCESSFUL} - partition created successfully@*
-@code{@value{RPREFIX}INVALID_NAME} - invalid task name@*
+@code{@value{RPREFIX}INVALID_NAME} - invalid partition name@*
@code{@value{RPREFIX}TOO_MANY} - too many partitions created@*
@code{@value{RPREFIX}INVALID_ADDRESS} - address not on four byte boundary@*
@code{@value{RPREFIX}INVALID_ADDRESS} - @code{starting_address} is NULL@*
@@ -186,7 +186,7 @@ procedure Partition_Create (
This directive creates a partition of fixed size
buffers from a physically contiguous memory space which starts
at starting_address and is length bytes in size. Each allocated
-buffer is to be of buffer_length in bytes. The assigned
+buffer is to be of @code{buffer_size} in bytes. The assigned
partition id is returned in id. This partition id is used to
access the partition with other partition related directives.
For control and maintenance of the partition, RTEMS allocates a