Changeset 106942b in rtems


Ignore:
Timestamp:
11/21/03 14:23:37 (20 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Children:
0ae745c
Parents:
36eae10f
Message:

2003-11-21 Joel Sherrill <joel@…>

PR 521/doc

  • sem.t: Default attributes were wrong for semaphores.
Location:
doc/user
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/user/ChangeLog

    r36eae10f r106942b  
     12003-11-21      Joel Sherrill <joel@OARcorp.com>
     2
     3        PR 521/doc
     4        * sem.t: Default attributes were wrong for semaphores.
     5
    162003-08-30      Ralf Corsepius <corsepius@faw.uni-ulm.de>
    27
  • doc/user/sem.t

    r36eae10f r106942b  
    189189
    190190@item @code{@value{RPREFIX}BINARY_SEMAPHORE} - restrict values to
    191 0 and 1 (default)
     1910 and 1
    192192
    193193@item @code{@value{RPREFIX}COUNTING_SEMAPHORE} - no restriction on values
     194(default)
    194195
    195196@item @code{@value{RPREFIX}SIMPLE_BINARY_SEMAPHORE} - restrict values to
     
    448449
    449450@item @code{@value{RPREFIX}BINARY_SEMAPHORE} - restrict values to
    450 0 and 1 (default)
     4510 and 1
    451452
    452453@item @code{@value{RPREFIX}COUNTING_SEMAPHORE} - no restriction on values
     454(default)
    453455
    454456@item @code{@value{RPREFIX}SIMPLE_BINARY_SEMAPHORE} - restrict values to
Note: See TracChangeset for help on using the changeset viewer.