Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!husc6!cmcl2!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.ARPA (Doug Gwyn ) Newsgroups: comp.unix.questions,comp.text Subject: Re: Troff - "Typesetter busy" message Message-ID: <6196@brl-smoke.ARPA> Date: Wed, 29-Jul-87 20:51:44 EDT Article-I.D.: brl-smok.6196 Posted: Wed Jul 29 20:51:44 1987 Date-Received: Sat, 1-Aug-87 01:04:55 EDT References: <585@ritcv.UUCP> <643@ora.UUCP> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 13 Xref: mnetor comp.unix.questions:3398 comp.text:1004 In article <643@ora.UUCP> tim@ora.UUCP (Tim O'Reilly) writes: > troff -t -mx -Tsomedevice | postprocessor | lp -dsomedevice This isn't right, at least for most implementations of troff. Old (C/A/T) troff: troff -t -mx | cat-interpreter... New (DI) troff: troff -Tdevice-name -mx | postprocessor... Since -mx is actually an abbreviation for a filename, NOT an option (gross, isn't it?), it should follow all actual options. Many postprocessors handle spooling automatically so the user doesn't have to pipe into a spooler.