I installed a gcc version on my Linux box, while keeping the default
gcc in /usr/bin.
Say the gcc I built is in $HOME/mygcc/bin, and the associated man page
is in $HOME/mygcc/man/man1/gcc.1, how can I read it with proper format?
less/cat/vi does not work because the special characters are not
displayed properly.
Thanks,
Sean