Re: Printing man pages

2000-02-15 Thread webmaster
> >could someone please tell me how to print man pages? I have access to an > >Apple LaserWriter over netatalk or to a Epson Stylus Color 1520 over > >tcp/ip. > ... > > Don't recall the exact command, Uwe, but I do know that if you type `man > man' then you'll get an ear-full which will include t

Re: printing man pages

1998-06-25 Thread Manoj Srivastava
Hi, >>"Alex" == <[EMAIL PROTECTED]> writes: >> Can anyone explain me how can i print a man page? Is there any utility >> program for this? Alex> You may convert the source of the man page to postscript file Alex> and then print it, like: Alex> zcat /usr/man/man1/ls.1.gz | groff -tmandoc

Re: printing man pages

1998-06-23 Thread Bob Nielsen
On Tue, 23 Jun 1998, Tiago Severina wrote: > Can anyone explain me how can i print a man page? Is there any utility > program for this? man -t |lpr Bob Bob Nielsen Internet: [EMAIL PROTECTED] Tucson, AZ AMPRnet: [EMAIL PROTECTED] DM42nh

Re: printing man pages

1998-06-23 Thread aqy6633
> Can anyone explain me how can i print a man page? Is there any utility > program for this? Sure. You may convert the source of the man page to postscript file and then print it, like: zcat /usr/man/man1/ls.1.gz | groff -tmandoc -T ps > ls.ps You may also convert man page to a plain test f