Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!gem.mps.ohio-state.edu!apple!ames!uhccux!munnari.oz.au!cs.mu.oz.au!ok From: ok@cs.mu.oz.au (Richard O'Keefe) Newsgroups: comp.unix.questions Subject: vgrind with c, TROFF=nroff Keywords: vgrind hyphens underscores Message-ID: <2114@munnari.oz.au> Date: 15 Sep 89 13:00:56 GMT Sender: news@cs.mu.oz.au Lines: 14 Context: vgrind on a Sun-3/50 running Export SunOS 4.0.something. % setenv TROFF nroff % vgrind -lc -t someprog.c Why the setenv? Two reasons: (a) troff on this particular machine complains about some font or other that it can't find, and (b) I like to "proof" things on the screen before sending garbage to the printer. Problem: the text that's written to the screen has hyphens where the input had underscores. E.g. if the input had PANEL_FEATURE the output has PANEL-FEATURE. Question: is vgrind supposed to do this? Is there a way to stop it?