Newsgroups: comp.unix.questions
Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!csn!convex!newsadm
From: Tom Christiansen <tchrist@convex.COM>
Subject: Re: printing out manual pages
Message-ID: <1991Apr29.161047.21859@convex.com>
Keywords: man
Sender: newsadm@convex.com (news access account)
Nntp-Posting-Host: pixel.convex.com
Reply-To: tchrist@convex.COM (Tom Christiansen)
Organization: CONVEX Software Development, Richardson, TX
References: <1991Apr28.222052.19789@agate.berkeley.edu>
Date: Mon, 29 Apr 1991 16:10:47 GMT
Lines: 10

From the keyboard of raymond@ursa.berkeley.edu (Raymond Yee):
:How do I print out output from the 'man' program or store 'man' output
:in a file without having all the extraneous control characters?

Well, if you are using my man program (grap w/ anon ftp off convex.com in
/pub/man.shar.Z) then 'man -t topic' will invoke troff for you
appropriately, and 'man -D topic > outfile' will give you an output file
with neither escapes nor other control characters.

--tom
