Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!ihnp4!zehntel!hplabs!sri-unix!terry@RAND-UNIX.ARPA From: terry@RAND-UNIX.ARPA Newsgroups: net.unix-wizards Subject: Re: nroff - help wanted Message-ID: <1071@sri-arpa.UUCP> Date: Thu, 21-Jun-84 04:56:48 EDT Article-I.D.: sri-arpa.1071 Posted: Thu Jun 21 04:56:48 1984 Date-Received: Wed, 27-Jun-84 00:48:09 EDT Lines: 17 From: Terry West One way of getting a form feed (or any other control characters) to output without changing nroff, is to modify the definition of some of the unneeded special name characters in one of the terminal driving tables (ie, the "tabxxx" files in /usr/lib/term). For example, "\(bs" (the bell system sign) could be redefined as "\000\f", /*bell system sign; changed to formfeed (trw) */ Then, at the beginning of your page heading macro, insert: .tl '\(bs''' Terry West (decvax!randvax!terry, terry@rand-unix)