Print this page
9842 man page typos and spelling

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man5/threads.5
          +++ new/usr/src/man/man5/threads.5
↓ open down ↓ 278 lines elided ↑ open up ↑
 279  279  \fBpthread_mutexattr_settype()\fR       \fB-\fR \fB-\fR
 280  280  \fBpthread_mutexattr_gettype()\fR       \fB-\fR \fB-\fR
 281  281  \fBpthread_mutexattr_setrobust()\fR     \fB-\fR \fB-\fR
 282  282  \fBpthread_mutexattr_getrobust()\fR     \fB-\fR \fB-\fR
 283  283  \fBpthread_mutexattr_destroy()\fR       \fB-\fR \fBmtx_destroy()\fR
 284  284  \fBpthread_mutex_setprioceiling()\fR    \fB-\fR \fB-\fR
 285  285  \fBpthread_mutex_getprioceiling()\fR    \fB-\fR \fB-\fR
 286  286  \fBpthread_mutex_lock()\fR      \fBmutex_lock()\fR      \fBmtx_lock()\fR
 287  287  \fBpthread_mutex_timedlock()\fR \fB-\fR \fBmtx_timedlock()\fR
 288  288  \fBpthread_mutex_trylock()\fR   \fBmutex_trylock()\fR   \fBmtx_trylock()\fR
 289      -\fBpthread_mutex_unlock()\fR    \fBmutex_unlock()\fR    \fBmtx_unlcok()\fR
      289 +\fBpthread_mutex_unlock()\fR    \fBmutex_unlock()\fR    \fBmtx_unlock()\fR
 290  290  \fBpthread_mutex_destroy()\fR   \fBmutex_destroy()\fR   \fBmtx_destroy()\fR
 291  291  .TE
 292  292  
 293  293  .SS "Functions Related to Condition Variables"
 294  294  
 295  295  .TS
 296  296  l l l
 297  297  l l l .
 298  298  \fBPOSIX\fR     \fBillumos\fR   \fBC11\fR
 299  299  \fBpthread_cond_init()\fR       \fBcond_init()\fR       \fBcnd_init()\fR
↓ open down ↓ 212 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX