In Ubuntu linux I can\'t get any man pages for C++ keywords. Is there some kind of package I can install to fix this?
You must install manpages-dev package :
$ sudo apt-get install manpages-dev