Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!watmath!clyde!bonnie!akgua!sdcsvax!dcdwest!ittvax!decvax!genrad!panda!talcott!harvard!seismo!brl-tgr!tgr!rbbb@rice.ARPA From: rbbb@rice.ARPA (David Chase) Newsgroups: net.unix-wizards Subject: Bug in /usr/doc/run Message-ID: <9568@brl-tgr.ARPA> Date: Fri, 29-Mar-85 02:27:10 EST Article-I.D.: brl-tgr.9568 Posted: Fri Mar 29 02:27:10 1985 Date-Received: Tue, 2-Apr-85 05:18:33 EST Sender: news@brl-tgr.ARPA Lines: 25 vax 4.2 bsd unix There is a bug in /usr/doc/run for ptour and ctour. The line for ptour (shown below) merrily tries to run the formatter on $* instead of the output of the refer. Not good. refer -e /usr/doc/porttour/p* | $fmtr $pkg $* The line for ctour needs to include a pipe for refer, I think, because as is it prints a pile of gibberish at the top of the first page. When I prepended a "refer -e", the gibberish went away, although the references page turned up blank. $fmtr $pkg $i /usr/doc/ctour/cdoc* This is particularly annoying because README in that directory contains the sentence, Precise incantations are engraved in ./run. This gives me a really good feeling every time I read any of that fine Unix documentation. (So does the 4.1 version of tty(4)). David Chase, Rice University