Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!husc6!cmcl2!brl-adm!adm!leff%smu.csnet@relay.cs.net From: leff%smu.csnet@relay.cs.net (Laurence Leff) Newsgroups: comp.unix.questions Subject: /tmp/u1 Message-ID: <9002@brl-adm.ARPA> Date: Tue, 25-Aug-87 22:09:09 EDT Article-I.D.: brl-adm.9002 Posted: Tue Aug 25 22:09:09 1987 Date-Received: Thu, 27-Aug-87 04:06:37 EDT Sender: news@brl-adm.ARPA Lines: 32 Troff question. I don't understand something about troff's "da" feature for diverting normal output to a macro. I think the following should give me "bling blah," instead it gives me "blah bling." .da TX blah .da .da TY bling .da .TY .TX I think the following should give me "a c b d" Instead it gives me "a b c d" .de T@ .. .de TX \\$1 .da T@ \\$2 .da .. .TX a b .TX c d .T@