On Wed, 3 Nov 2004 17:39:51 -0800, Allan Espinosa <[EMAIL PROTECTED]> wrote: > Error executing formatting or display command. > System command (cd /usr/man && (echo ".ll 11.5i"; echo ".pl 1100i"; > /bin/gunzip -c '/usr/man/man1/man.1.gz'; echo ".\\\""; echo ".pl > \n(nlu+10") | /usr/bin/gtbl | /usr/bin/nroff -S -mandoc | > /usr/bin/less -is) exited with status 256. > No manual entry for man
I guess one of those formatting commands broke, and shuts down with an 'exit(1)'. (return value is exit value * 256 + signal number). Could you run the commands one by one? -- Philippine Linux Users' Group (PLUG) Mailing List [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q-linux.com/mailman/listinfo/plug . Are you a Linux newbie? To join the newbie list, go to http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie
