PDA

View Full Version : man pages for standard C library functions



sindhu_anurag
January 25th, 2007, 08:33 PM
Can anyone tell me how can I read the man pages for standard C library functions UBUNTU 6.06? I tried with "man function_name" but it is of no use.

Also where should I look for the source code for these functions?

duff
January 25th, 2007, 11:18 PM
sudo apt-get install manpages-dev for man pages
apt-get source libc6 for the source.