From 8ad2468ccfb8b41f464f1e8f190c407403d9eebd Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 8 Aug 2008 13:49:19 +0000 Subject: 2008-08-08 Sebastian Huber * user/msg.t, user/sem.t, user/task.t: Update to new parameter types. Emphasize that you can use a pointer for task arguments. --- doc/user/sem.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/user/sem.t') diff --git a/doc/user/sem.t b/doc/user/sem.t index 29876a5d15..f85056e28d 100644 --- a/doc/user/sem.t +++ b/doc/user/sem.t @@ -628,7 +628,7 @@ reclaimed when the semaphore is deleted. @example rtems_status_code rtems_semaphore_obtain( rtems_id id, - uint32_t option_set, + rtems_option option_set, rtems_interval timeout ); @end example @@ -812,7 +812,7 @@ id. Since there are tasks blocked on the semaphore, the semaphore's count is not changed by this directive and thus is zero before and after this directive is executed. Tasks which are unblocked as the result of this directive will return from the -@code{@value{DIRPREFIX}semaphore_release} directive with a +@code{@value{DIRPREFIX}semaphore_obtain} directive with a status code of @code{@value{RPREFIX}UNSATISFIED} to indicate that the semaphore was not obtained. -- cgit v1.2.3