I have gcc/g++ but no gcc/g++ manual page.
by Arct1c_f0x from LinuxQuestions.org on (#5D9AQ)
Okay guys this one has been bugging me for a while... I'm running Debian 10; I have Gcc, it works, I compile C code I've written with it, but what I type 'man gcc' into a terminal it says:
No manual entry for gcc
See 'man 7 undocumented' for help when manual pages are not available.
I get the same message when I type man g++
On my Ubuntu desktop I have no problems with this. What's going on? How can I fix it? Do I need to manually download and put in place the manual pages for g++ and gcc?
Thanks in advance!


No manual entry for gcc
See 'man 7 undocumented' for help when manual pages are not available.
I get the same message when I type man g++
On my Ubuntu desktop I have no problems with this. What's going on? How can I fix it? Do I need to manually download and put in place the manual pages for g++ and gcc?
Thanks in advance!