7

I want a manual for C programming language to install it on Ubuntu 11.10 , I want to execute man function and be able to view the documentation as I do on system calls and functions.

Which package should I install ?

user2314737
  • 27,088
  • 20
  • 102
  • 114

1 Answers1

16
sudo apt-get install manpages-dev manpages-posix-dev glibc-doc
Sunny
  • 1,973
  • 2
  • 17
  • 22