Changeset 3d4d5ee in rtems
- Timestamp:
- 11/21/03 14:23:17 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 6cb5bcd
- Parents:
- 006fa1ef
- Location:
- doc/user
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/user/ChangeLog
r006fa1ef r3d4d5ee 1 2003-11-21 Joel Sherrill <joel@OARcorp.com> 2 3 PR 521/doc 4 * sem.t: Default attributes were wrong for semaphores. 5 1 6 2003-09-29 Joel Sherrill <joel@OARcorp.com> 2 7 -
doc/user/sem.t
r006fa1ef r3d4d5ee 189 189 190 190 @item @code{@value{RPREFIX}BINARY_SEMAPHORE} - restrict values to 191 0 and 1 (default)191 0 and 1 192 192 193 193 @item @code{@value{RPREFIX}COUNTING_SEMAPHORE} - no restriction on values 194 (default) 194 195 195 196 @item @code{@value{RPREFIX}SIMPLE_BINARY_SEMAPHORE} - restrict values to … … 448 449 449 450 @item @code{@value{RPREFIX}BINARY_SEMAPHORE} - restrict values to 450 0 and 1 (default)451 0 and 1 451 452 452 453 @item @code{@value{RPREFIX}COUNTING_SEMAPHORE} - no restriction on values 454 (default) 453 455 454 456 @item @code{@value{RPREFIX}SIMPLE_BINARY_SEMAPHORE} - restrict values to
Note: See TracChangeset
for help on using the changeset viewer.