From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <200007062035.QAA11908@rodney.cnchost.com> To: 9fans@cse.psu.edu Subject: [9fans] /sys/src/cmd/spell FROM: pip@namaste.stricca.org Date: Thu, 6 Jul 2000 20:40:50 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: d4d70c9e-eac8-11e9-9e20-41e7f4b1d025 The man page of spell(1) seems inconsistent with the source for sprog and /rc/bin/spell, with respect to the '-a' flag, /rc/bin/spell does not recognize '-a' and hands off to deroff. If you 'fix' spell to recognize '-a' and pass it to sprog, it does, but it is not entirely clear what sprog does when aflag is set, circa line 530 in sprog.c, from a casual perusal of the source. That said, what is the correct way to label the output from spell with a tag of the (mis)spell occurrence ? Thanks. - pip