On Dec 24, 2011 6:57 PM, "Vishnupradeep" <intermedia.vis...@gmail.com> wrote: > > man emerge > sh: /usr/bin/less: No such file or directory > Error executing formatting or display command. > System command (cd "/usr/share/man" && (echo ".ll 9.9i"; echo ".nr LL 9.9i"; echo ".pl 1100i"; /bin/bzip2 -c -d '/usr/share/man/man1/emerge.1.bz2'; echo ".\\\""; echo ".pl \n(nlu+10") | /usr/bin/gtbl | /usr/bin/nroff -mandoc | /usr/bin/less) exited with status 127. > No manual entry for emerge > > What should i do ?? >
If 'which less' indicates that less is not installed, you can: * emerge less * change to vimmanpager (provided you've emerged vim with USE=vimpager) * make a symlink in /usr/local/bin to more or most (provided more or most are installed, of course) Rgds,