Results 1 to 3 of 3

Thread: No manual entry for socket in section 2

  1. #1
    Join Date
    Jun 2006
    Beans
    24

    No manual entry for socket in section 2

    Hello,

    I'm having a course on network programming, and the instructions say to reference socket(2) for additional information on the socket() function arguments. However, upon calling
    Code:
    man 2 socket
    I'm getting the error
    Code:
    No manual entry for socket in section 2
    How to acquire this manual entry, do I need to download some extra packages? Thanks.

  2. #2
    Join Date
    Oct 2006
    Location
    Tucson, AZ
    Beans
    1,420
    Distro
    Xubuntu 10.04 Lucid Lynx

    Re: No manual entry for socket in section 2

    I'm not certain, but I believe that the package "manpages-dev" contains the section 2 man pages.

    Lloyd B.
    Don't tell me to get a life.
    I had one once.
    It sucked.

  3. #3
    Join Date
    Jun 2006
    Beans
    24

    Re: No manual entry for socket in section 2

    Quote Originally Posted by lloyd_b View Post
    I'm not certain, but I believe that the package "manpages-dev" contains the section 2 man pages.
    You were right, thanks!

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
  •