Per manuali di Linux si intende man pages..
Quale comando vuoi sapere?? esempio gcc...

:~$ whatis gcc
gcc (1) - GNU project C and C++ compiler
:~$ whereis gcc
gcc: /usr/bin/gcc /usr/lib/gcc /usr/share/man/man1/gcc.1.gz
:~$ man gcc
...
...
Volevi forse citare grep e famiglia??