summaryrefslogtreecommitdiff
path: root/doc/user/sem.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-07-15 21:51:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-07-15 21:51:03 +0000
commit1576672bcd530f91af6e5e4d0342d9e825254a0d (patch)
tree9cf2e439a43b4545b330fb5d21f653d87c29e80c /doc/user/sem.t
parent88811af06e2ea097d8121f22d82a6127610e11ca (diff)
2008-07-15 Joel Sherrill <joel.sherrill@OARcorp.com>rtems-4-6-branch
* clock.t, dpmem.t, msg.t, part.t, region.t, rtmon.t, sem.t, task.t, timer.t: Correct documentation typos noticed and thankfully reported by Fabrício de Novaes Kucinskis <fabricio@dea.inpe.br>
Diffstat (limited to 'doc/user/sem.t')
-rw-r--r--doc/user/sem.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/sem.t b/doc/user/sem.t
index dd51266892..8b776d2b6a 100644
--- a/doc/user/sem.t
+++ b/doc/user/sem.t
@@ -408,7 +408,7 @@ procedure Semaphore_Create (
@subheading DIRECTIVE STATUS CODES:
@code{@value{RPREFIX}SUCCESSFUL} - semaphore created successfully@*
-@code{@value{RPREFIX}INVALID_NAME} - invalid task name@*
+@code{@value{RPREFIX}INVALID_NAME} - invalid semaphore name@*
@code{@value{RPREFIX}INVALID_ADDRESS} - @code{id} is NULL@*
@code{@value{RPREFIX}TOO_MANY} - too many semaphores created@*
@code{@value{RPREFIX}NOT_DEFINED} - invalid attribute set@*