> From: [EMAIL PROTECTED] > Date: Wed, 1 Jun 2005 16:44:20 -0600 > > I use info on a system where it presents some pages using info, some using > "man". For those cases that don't have info pages so it uses "man", I'd like > to pass the -a swich to man. Is this possible?
It's not possible without changing the sources. If you'd like to go for it, the relevant code is in man.c, in the function get_manpage_contents. _______________________________________________ Texinfo home page: http://www.gnu.org/software/texinfo [email protected] http://lists.gnu.org/mailman/listinfo/help-texinfo
