summaryrefslogtreecommitdiffstats
path: root/doc/user
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-04-25 13:15:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-04-25 13:15:14 +0000
commitbb4b574983e908329ff6feaff0a0e662ae621649 (patch)
treef870e550c3c376117f9137892dd30c282c4209a7 /doc/user
parentPatch rtems-rc-4.5.0-13-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>. (diff)
downloadrtems-bb4b574983e908329ff6feaff0a0e662ae621649.tar.bz2
Merged changes from 4.5 branch and removed that branch.
Diffstat (limited to 'doc/user')
-rw-r--r--doc/user/sem.t4
1 files changed, 2 insertions, 2 deletions
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)