Bug 10188 - Пропущены маны по функциям pthread
Summary: Пропущены маны по функциям pthread
Status: CLOSED NOTABUG
Alias: None
Product: Sisyphus
Classification: Development
Component: man-pages (show other bugs)
Version: unstable
Hardware: all Linux
: P2 normal
Assignee: placeholder@altlinux.org
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-25 14:04 MSD by Sergey N. Yatskevich
Modified: 2006-11-24 19:18 MSK (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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. ***