diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-13 16:53:51 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-13 16:53:51 +0000 |
| commit | c8d40b7d3487a0ce1707063684493a69b246d192 (patch) | |
| tree | 0e8c7e45cfee821bdd458c9d0992458da7e88902 /share/man/man3/pthread.3 | |
| parent | 97d0a1b86207bbce4fb1a27d78a25edbf1f40df3 (diff) | |
Notes
Diffstat (limited to 'share/man/man3/pthread.3')
| -rw-r--r-- | share/man/man3/pthread.3 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/share/man/man3/pthread.3 b/share/man/man3/pthread.3 index 4d921f88f5c8..7a8abcf5ba55 100644 --- a/share/man/man3/pthread.3 +++ b/share/man/man3/pthread.3 @@ -457,14 +457,14 @@ instead of .Sh SEE ALSO .Xr pthread_cleanup_pop 3 , .Xr pthread_cleanup_push 3 , +.Xr pthread_condattr_destroy 3 , +.Xr pthread_condattr_init 3 , .Xr pthread_cond_broadcast 3 , .Xr pthread_cond_destroy 3 , .Xr pthread_cond_init 3 , .Xr pthread_cond_signal 3 , .Xr pthread_cond_timedwait 3 , .Xr pthread_cond_wait 3 , -.Xr pthread_condattr_destroy 3 , -.Xr pthread_condattr_init 3 , .Xr pthread_create 3 , .Xr pthread_detach 3 , .Xr pthread_equal 3 , @@ -473,11 +473,6 @@ instead of .Xr pthread_join 3 , .Xr pthread_key_delete 3 , .Xr pthread_kill 3 , -.Xr pthread_mutex_destroy 3 , -.Xr pthread_mutex_init 3 , -.Xr pthread_mutex_lock 3 , -.Xr pthread_mutex_trylock 3 , -.Xr pthread_mutex_unlock 3 , .Xr pthread_mutexattr_destroy 3 , .Xr pthread_mutexattr_getprioceiling 3 , .Xr pthread_mutexattr_getprotocol 3 , @@ -486,6 +481,11 @@ instead of .Xr pthread_mutexattr_setprioceiling 3 , .Xr pthread_mutexattr_setprotocol 3 , .Xr pthread_mutexattr_settype 3 , +.Xr pthread_mutex_destroy 3 , +.Xr pthread_mutex_init 3 , +.Xr pthread_mutex_lock 3 , +.Xr pthread_mutex_trylock 3 , +.Xr pthread_mutex_unlock 3 , .Xr pthread_once 3 , .Xr pthread_rwlockattr_destroy 3 , .Xr pthread_rwlockattr_getpshared 3 , |
