Path: utzoo!mnetor!uunet!husc6!cmcl2!brl-adm!adm!hugh@BRL.ARPA From: hugh@BRL.ARPA (USAFAS | Howard) Newsgroups: comp.unix.questions Subject: Re: Need help with NROFF, VI Message-ID: <11965@brl-adm.ARPA> Date: 23 Feb 88 23:46:53 GMT Sender: news@brl-adm.ARPA Lines: 12 You *can* put control characters in an nroff file. Example, think of the backspace. That's what nroff uses to underline. You need to watch out for your lpr command though. Mine runs the file through a filter specified by printcap. The filter then strips out all non-printing characters. To bypass the filter, I must specify lpr -l filename OS: Xenix 3.4 Machine: Intel 310 Hugh Dempsey