Print this page
9842 man page typos and spelling

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man5/threads.5.man.txt
          +++ new/usr/src/man/man5/threads.5.man.txt
↓ open down ↓ 214 lines elided ↑ open up ↑
 215  215         pthread_mutexattr_settype()          -                 -
 216  216         pthread_mutexattr_gettype()          -                 -
 217  217         pthread_mutexattr_setrobust()        -                 -
 218  218         pthread_mutexattr_getrobust()        -                 -
 219  219         pthread_mutexattr_destroy()          -                 mtx_destroy()
 220  220         pthread_mutex_setprioceiling()       -                 -
 221  221         pthread_mutex_getprioceiling()       -                 -
 222  222         pthread_mutex_lock()                 mutex_lock()      mtx_lock()
 223  223         pthread_mutex_timedlock()            -                 mtx_timedlock()
 224  224         pthread_mutex_trylock()              mutex_trylock()   mtx_trylock()
 225      -       pthread_mutex_unlock()               mutex_unlock()    mtx_unlcok()
      225 +       pthread_mutex_unlock()               mutex_unlock()    mtx_unlock()
 226  226         pthread_mutex_destroy()              mutex_destroy()   mtx_destroy()
 227  227  
 228  228  
 229  229     Functions Related to Condition Variables
 230  230  
 231  231         POSIX                           illumos            C11
 232  232         pthread_cond_init()             cond_init()        cnd_init()
 233  233         pthread_condattr_init()         -                  -
 234  234         pthread_condattr_setpshared()   -                  -
 235  235         pthread_condattr_getpshared()   -                  -
↓ open down ↓ 167 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX