Results 1 to 6 of 6

Thread: Strange problem with man pages for Pthreads

  1. #1
    Join Date
    Apr 2009
    Location
    /Earth/Asia/Home
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Strange problem with man pages for Pthreads

    Hi,

    I am using UBUNTU 10.04 and I am facing a strange problem with man pages for pthreads.

    I dont find the man page for pthread_create while I see man pages for some of the other pthread related functions. If I give man pthread_ and press tab I see the following output.

    Code:
    $ man pthread_
    pthread_attr_getaffinity_np     pthread_getaffinity_np
    pthread_attr_getguardsize         pthread_getattr_np
    pthread_attr_getstack                   pthread_getconcurrency
    pthread_attr_getstackaddr         pthread_getcpuclockid
    pthread_attr_getstacksize          pthread_setaffinity_np
    pthread_attr_setaffinity_np      pthread_setconcurrency
    pthread_attr_setguardsize         pthread_setschedprio
    pthread_attr_setstack                   pthread_timedjoin_np
    pthread_attr_setstackaddr        pthread_tryjoin_np
    pthread_attr_setstacksize         pthread_yield
    So how could I install man pages for pthread_create and other ???

    At present my man page version is 2.5.7.
    $ man -V
    man 2.5.7
    Last edited by codingfreak; June 26th, 2010 at 07:42 AM.

  2. #2
    Join Date
    Dec 2008
    Beans
    207

    Re: Strange problem with man pages for Pthreads


  3. #3
    Join Date
    Aug 2007
    Location
    Ohio
    Beans
    99
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Strange problem with man pages for Pthreads

    There is a bug filed on launchpad for this

    https://bugs.launchpad.net/ubuntu/+s...bc/+bug/538577

    You can possibly look here for help.

    http://www.kernel.org/doc/man-pages/..._create.3.html
    Before you embark on a journey of revenge, dig two graves-Confucius

  4. #4
    Join Date
    Jun 2007
    Location
    Maryland, US
    Beans
    6,288
    Distro
    Kubuntu

    Re: Strange problem with man pages for Pthreads

    Is the package 'manpages-posix-dev' installed on your system?

  5. #5
    Join Date
    Apr 2009
    Location
    /Earth/Asia/Home
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Strange problem with man pages for Pthreads

    Quote Originally Posted by dwhitney67 View Post
    Is the package 'manpages-posix-dev' installed on your system?
    Hmmm ... seems I dont have the 'manpages-posix-dev' package installed. After installation it solved my problem. But how could they include a small subset of pthread man pages ... and leave out the rest of them

  6. #6
    Join Date
    Apr 2005
    Beans
    849

    Re: Strange problem with man pages for Pthreads

    Quote Originally Posted by dwhitney67 View Post
    Is the package 'manpages-posix-dev' installed on your system?
    Thanks
    Running 8.10 on a lenovo 3000 n200!
    Fingerprint reader doesn't work.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •