Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!usc!apple!mauxci!eci386!ecicrl!clewis From: clewis@ferret.ocunix.on.ca (Chris Lewis) Newsgroups: comp.sys.3b1 Subject: Re: nroff macros: anybody recognize this? Message-ID: <1991Mar26.225914.6400@ferret.ocunix.on.ca> Date: 26 Mar 91 22:59:14 GMT References: <1991Mar23.200044.15510@bronze.ucs.indiana.edu> Distribution: usa Organization: Elegant Communications Inc, Ottawa, Canada Lines: 29 In article <1991Mar23.200044.15510@bronze.ucs.indiana.edu> templon@copper.ucs.indiana.edu (jeffrey templon) writes: >This is not a 3b1-specific question. Several of you seem to be quite >roff-aware so maybe you know. I had no idea where else to ask... >I want to format this file, but I don't know what macro setup to use or >even if this is {n,t}roff language. I tried RUNOFF on our VMS machine but this >was not successful. If you know how to get this formatted please email >or post the answer. comp.text or alt.text.dwb would be better, but ... Sure looks like nroff/troff input. These are the UNIX -man macros. Except for one oddity, that is, most of the directives in -man are uppercase, but your sample has them all in lowercase. There are a few directives that should be left alone (.sp, .bp, .fi, .nf), but the rest of them (.pp,.sh,.ip etc.) should be capitalized, as in ".PP/.SH/.IP". This isn't quite a manual page because there's no ".TH" at the top. Try "man 5 man" on your system. That should give you a complete list of the directives you have to capitalize. -- Chris Lewis, clewis@ferret.ocunix.on.ca or ...uunet!mitel!cunews!latour!ecicrl!clewis Psroff support: psroff-request@eci386.uucp, or call 613-832-0541 (Canada) **** somebody's mailer is appending .bitnet to my From: address. If you see this, please use the address in the signature, and send me a copy of the headers of the mail message with the .bitnet return address. Thanks!