By default Ubuntu doesn’t install the manual pages used for Linux software development which is an invaluable reference for any system developer. These man pages describe the Linux programming interface including Linux system calls as well as system library calls.
To install these man pages simply install the manpages-dev package.
$ sudo apt-get install manpages-dev
You can also install the POSIX specific interfaces by installing the manpages-posix-dev package.
$ sudo apt-get install manpages-posix-dev
Comments (1)
on November 23, 2009 at 6:28 am
it was very useful post
Trackbacks (2)
on November 25, 2009 at 1:49 pm
on January 28, 2010 at 7:49 pm