Man pages for Pthreads

"how to see the man pages related to pthreads". while executing the command man pthread_t . im getting the following error!!!!!

No manual entry for pthread.

Might be there is no entry for pthread in your machine...

see this for pthread man pages..

And search for how you can install man pages.

Man pages for pthreads here.

Man Page for pthreads (linux Section 7) - The UNIX and Linux Forums

Generally you will not find man pages for opaque C types such as phread_t. You need to look in the appropriate header (file) for how pthread_t is defined on your particular implementation.