I’m little surprised to find that Ubuntu Linux skips development man pages by default. A quick search using apt-cache pointed out to manpages-dev package. It includes manual pages about using GNU/Linux for development.
Install development man pages
Use apt-get command:
$ sudo apt-get install manpages-dev
To view library calls (functions within program libraries), enter:
$ man 3 function-name
$ man 3 putc
Featured Articles:
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- Linux: 20 Iptables Examples For New SysAdmins

- My 10 UNIX Command Line Mistakes
- 25 PHP Security Best Practices For Sys Admins
- The Novice Guide To Buying A Linux Laptop
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- Top 20 OpenSSH Server Best Security Practices
- Top 10 Open Source Web-Based Project Management Software
Facebook it - Tweet it - Print it -
We're here to help you make the most of sysadmin work. So, subscribe!


{ 8 comments… read them below or add one }
hey thanks for this help
they r asking what is ur sudo password
Gutsy Gibbon:
root@zuul:~# apt-get install manpages-dev
Reading package lists… Done
Building dependency tree
Reading state information… Done
Package manpages-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package manpages-dev has no installation candidate
:(
This linux not windows. No man pages? Completely unacceptable.
SteveC,
I just installed the same, w/o problem.
The same problen I’m facing which Gutsy wrote.
However, the manpage-dev are not compete either:
$ man sigwait
No manual entry for sigwait
I have tries to find out where these manpages are, but have not found them yet.
Found: man sigwait is in:
sudo apt-get install manpages-posix-dev
exactly the tip that I needed. thanks!