Bug 10188

Summary: Пропущены маны по функциям pthread
Product: Sisyphus Reporter: Sergey N. Yatskevich <syatskevich>
Component: man-pagesAssignee: placeholder <placeholder>
Status: CLOSED NOTABUG QA Contact: qa-sisyphus
Severity: normal    
Priority: P2 CC: ender, george, glebfm, ldv, placeholder
Version: unstable   
Hardware: all   
OS: Linux   

Description Sergey N. Yatskevich 2006-10-25 14:04:47 MSD
man pthreads - есть. В нём есть ссылки на

pthread_atfork(3),
pthread_cleanup_push(3),
pthread_cond_signal(3),
pthread_cond_wait(3),
pthread_create(3),
pthread_detach(3),
pthread_equal(3),
pthread_exit(3),
pthread_key_create(3),
pthread_kill(3),
pthread_mutex_lock(3),
pthread_mutex_unlock(3),
pthread_once(3),
pthread_setcancelstate(3),
pthread_setcanceltype(3),
pthread_setspecific(3),
pthread_sigmask(3),
pthread_testcancel(3)

однако ни одного из этих манов в пакете нет.
Comment 1 Slava Semushin 2006-10-25 14:21:52 MSD
$ sudo apt-get install man-pages-POSIX

И далее, к примеру:

$ man 3p pthread_exit
Comment 2 Slava Semushin 2006-11-24 19:18:23 MSK
*** Bug 10317 has been marked as a duplicate of this bug. ***