Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Ticket #521: pr521.diff

File pr521.diff, 1.2 KB (added by Joel Sherrill, on 12/03/06 at 13:31:13)

pr521.diff

  • sem.t

    2003-11-21	Joel Sherrill <joel@OARcorp.com>
    
    	PR 521/doc
    	* sem.t: Default attributes were wrong for semaphores.
    
    RCS file: /usr1/CVS/rtems/doc/user/sem.t,v
    retrieving revision 1.19
    diff -u -r1.19 sem.t
     
    188188@item @code{@value{RPREFIX}PRIORITY} - tasks wait by priority
    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
    1961970 and 1, do not allow nested access, allow deletion of locked semaphore.
     
    447448@item @code{@value{RPREFIX}PRIORITY} - tasks wait by priority
    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
    4554570 and 1, block on nested access, allow deletion of locked semaphore.