Print this page
12743 man page spelling mistakes

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man5/condition.5.man.txt
          +++ new/usr/src/man/man5/condition.5.man.txt
↓ open down ↓ 92 lines elided ↑ open up ↑
  93   93         pthread_cond_init(3C), pthread_cond_signal(3C),
  94   94         pthread_cond_timedwait(3C), pthread_cond_wait(3C),
  95   95         pthread_condattr_init(3C), signal(3C), attributes(5), mutex(5),
  96   96         standards(5)
  97   97  
  98   98  NOTES
  99   99         If more than one thread is blocked on a condition variable, the order
 100  100         in which threads are unblocked is determined by the scheduling policy.
 101  101  
 102  102  
 103      -       USYNC_THREAD does not support multiple mapplings to the same logical
      103 +       USYNC_THREAD does not support multiple mappings to the same logical
 104  104         synch object. If you need to mmap() a synch object to different
 105  105         locations within the same address space, then the synch object should
 106  106         be initialized as a shared object USYNC_PROCESS for Solaris, and
 107  107         PTHREAD_PROCESS_PRIVATE for POSIX.
 108  108  
 109  109  
 110  110  
 111      -                                 July 20, 1998                    CONDITION(5)
      111 +                                 May 16, 2020                     CONDITION(5)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX