home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!dove!swe.ncsl.nist.gov!bagwill
- From: bagwill@swe.ncsl.nist.gov (Bob Bagwill)
- Newsgroups: comp.lang.tcl
- Subject: Re: SOURCE - man.tk - gross little hack
- Message-ID: <7011@dove.nist.gov>
- Date: 19 Nov 92 20:20:08 GMT
- References: <JKH.92Nov18185908@esel.lotus.com>
- Sender: news@dove.nist.gov
- Lines: 18
- X-Newsreader: TIN [version 1.1 PL6]
-
- Jordan K Hubbard (jkh@esel.lotus.com) wrote:
- : Cute presentation format - pity that 'man -D' works on so few
- : systems (tried it on Solaris 1 & 2, AIX, HPUX, 386BSD, zilch..).
- : Care to filter the output?
- :
- : Jordan
-
- Ok, apply this patch:
-
- 23c23,24
- < .$page.text insert 1.0 [exec man -D $page]
- ---
- > regsub -all _\010 [exec man $page] "" clean
- > .$page.text insert 1.0 $clean
-
- --
- Bob Bagwill
- bagwill@swe.ncsl.nist.gov
-