From bb4b574983e908329ff6feaff0a0e662ae621649 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 25 Apr 2000 13:15:14 +0000 Subject: Merged changes from 4.5 branch and removed that branch. --- doc/user/sem.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/user') diff --git a/doc/user/sem.t b/doc/user/sem.t index e1d075085c..abc5a113e8 100644 --- a/doc/user/sem.t +++ b/doc/user/sem.t @@ -193,7 +193,7 @@ the set of valid semaphore attributes: @item @code{@value{RPREFIX}COUNTING_SEMAPHORE} - no restriction on values @item @code{@value{RPREFIX}SIMPLE_BINARY_SEMAPHORE} - restrict values to -0 and 1 and do not allow nested access. +0 and 1, do not allow nested access, allow deletion of locked semaphore. @item @code{@value{RPREFIX}NO_INHERIT_PRIORITY} - do not use priority inheritance (default) @@ -452,7 +452,7 @@ defined by RTEMS: @item @code{@value{RPREFIX}COUNTING_SEMAPHORE} - no restriction on values @item @code{@value{RPREFIX}SIMPLE_BINARY_SEMAPHORE} - restrict values to -0 and 1 and do not allow nested access. +0 and 1, block on nested access, allow deletion of locked semaphore. @item @code{@value{RPREFIX}NO_INHERIT_PRIORITY} - do not use priority inheritance (default) -- cgit v1.2.3