From owner-freebsd-questions Wed Nov 10 12:24:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from typhoon.mail.pipex.net (typhoon.mail.pipex.net [158.43.128.27]) by hub.freebsd.org (Postfix) with SMTP id 7D726153CC for ; Wed, 10 Nov 1999 12:24:39 -0800 (PST) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 13004 invoked from network); 10 Nov 1999 20:24:36 -0000 Received: from userbk53.uk.uudial.com (HELO marder-1.) (62.188.144.61) by smtp.dial.pipex.com with SMTP; 10 Nov 1999 20:24:36 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.8.8) id UAA01068; Wed, 10 Nov 1999 20:15:28 GMT (envelope-from mark) Date: Wed, 10 Nov 1999 20:15:28 +0000 From: Mark Ovens To: Kent Stewart Cc: Greg Lehey , Ariel Burbaickij , Sheldon Hearn , Giorgos Keramidas , freebsd-questions@freebsd.org Subject: Re: Printing man pages (was: Will the battle be won?) Message-ID: <19991110201528.C319@marder-1> References: <13581.942254619@axl.noc.iafrica.com> <19991110123638.06840@mojave.sitaranetworks.com> <3829C558.A611C815@3-cities.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <3829C558.A611C815@3-cities.com> Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Nov 10, 1999 at 11:19:52AM -0800, Kent Stewart wrote: > > > Greg Lehey wrote: > > > > On Wednesday, 10 November 1999 at 18:27:53 +0100, Ariel Burbaickij wrote: > > > On Wed, 10 Nov 1999, Sheldon Hearn wrote: > > >> On Wed, 10 Nov 1999 16:21:26 +0100, Ariel Burbaickij wrote: > > >> > > >>> So all this gory details provided about all relevant files do you hope > > >>> we will master the problem with man pages on my printer printed correctly? > > >> > > >> You keep changing the subject line, so it's difficult to follow the > > >> thread. If you have a postscript printer, use groff to print the > > >> manpages to your printer, as in > > >> > > >> zcat /usr/share/man/man1/ls.1.gz | groff -mdoc | lpr > > > > > > The problem is:I do not use PS-printer i am poor student(insert futher > > > lamentations here ). I use Canon bj200. > > > > $ zcat /usr/share/man/man1/ls.1.gz | nroff -mandoc | lpr > > > > -mandoc will format all man pages; -mdoc only does some of them (-man > > will do the others). Note also nroff instead of groff. > > I vote this hint as the best of the day. I have wanted to print man > pages for 8 months but it never had a high enough priority. It > remained a low level gripe. I could print Windows help files but not > FreeBSD. I wanted a hard copy of the user-ppp man page printed and > nothing worked. I don't have a ps printer. If it had been a high > enough bother, I would have asked the list but it never made it that > high. > > I did a > > zcat /usr/share/man/man8ppp.8.gz | nroff -mandoc > /usr4/ppp.txt > Hmm, but that way you get all the double printing stuff: N^HNA^HAM^HME^HE p^Hpp^Hpp^Hp - Point to Point Protocol (a.k.a. user-ppp) Try: zcat /usr/share/man/man8/ppp.8.gz | nroff -mandoc | col -b > /usr4/ppp.txt > and I had a text version of ppp(8) on my /usr4 fs. > > Thanks, > > Kent > > > > Greg > > -- > > Finger grog@lemis.com for PGP public key > > See complete headers for address and phone numbers > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > -- > Kent Stewart > Richland, WA > > mailto:kstewart@3-cities.com > http://www.3-cities.com/~kstewart/index.html > FreeBSD News http://daily.daemonnews.org/ > > SETI(Search for Extraterrestrial Intelligence) @ HOME > http://setiathome.ssl.berkeley.edu/ > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- STATE-OF-THE-ART: Any computer you can't afford. OBSOLETE: Any computer you own. ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message