From owner-freebsd-questions Fri Oct 2 15:49:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA18560 for freebsd-questions-outgoing; Fri, 2 Oct 1998 15:49:27 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from abc.xyz.net (froggy.anchorage.ptialaska.net [208.151.119.238]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA18553 for ; Fri, 2 Oct 1998 15:49:23 -0700 (PDT) (envelope-from groggy@iname.com) From: groggy@iname.com Received: from localhost (localhost [127.0.0.1]) by abc.xyz.net (8.8.8/8.8.8) with SMTP id OAA00839; Fri, 2 Oct 1998 14:49:52 -0800 (AKDT) (envelope-from groggy@iname.com) Date: Fri, 2 Oct 1998 14:49:52 -0800 (AKDT) X-Sender: abc@abc.xyz.net To: "Alain G. Fabry" cc: freebsd-questions@FreeBSD.ORG Subject: Re: Printing out man pages In-Reply-To: <13c301bdee18$e77740e0$5531d5c6@earth.coserve.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 2 Oct 1998, Alain G. Fabry wrote: > When I try to print out man pages, I get lots of junk, mainly ^H characters. > How can I print out man pages which will be legible? > Have postcript printer and I'am using a2ps to convert Ascii to PS. > Thanks, > > Alain #!/usr/bin/sed -f # # m2a -- Man to Ascii filter. s/.//g here's a little script i use ... enter the appropriate control character above ... ^H then say "man MANPAGE | m2a | ..." or whatever. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message