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?
Search through Ubuntu Manpages at: http://manpages.ubuntu.com/. Also, some tools have more extensive manuals in info pages (so info grep ); and some commands that are an internal part of the bash shell rather than being separate external files are documented on help pages (for example: help echo ).
To search a specific man page section, use the -s option with the man command and the -k or -K option. Note - Keywords are contained within double quotation marks.
sudo apt-get install manpages-dev glibc-doc
Look here too for STL.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With