From f2d11af88e6fd42e7283eb3b442ddbc819317307 Mon Sep 17 00:00:00 2001 From: Werner LEMBERG Date: Wed, 24 May 2006 07:36:03 +0000 Subject: [PATCH] * tmac/trace.tmac (de1): Fix serious typo (.di -> .do) and minor omissions. --- ChangeLog | 5 +++++ tmac/trace.tmac | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index cf0c2ed8..a14b14da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-05-21 Werner LEMBERG + + * tmac/trace.tmac (de1): Fix serious typo (.di -> .do) and minor + omissions. + 2006-05-11 Keith Marshall * src/roff/groff/groff.man: Remove superfluous word `intermediate'. diff --git a/tmac/trace.tmac b/tmac/trace.tmac index fbe295fd..1d8795e6 100644 --- a/tmac/trace.tmac +++ b/tmac/trace.tmac @@ -47,13 +47,13 @@ . ie "\$1"\\$0" .do tm1 "\\*[!!!sp]*** de1 trace enter: \\*[!!!br]\\$0 \\$@ . el .do tm1 "\\*[!!!sp]*** de1 trace enter \$1: \\*[!!!br]\\$0 \\$@ . do as !!!sp " \" -. do ie \\n[.br] .di !!\$1 \\$@ +. do ie \\n[.br] .do !!\$1 \\$@ . el 'do !!\$1 \\$@ . do substring !!!sp 1 . do ie \\n[.br] .ds !!!br .\" . el .do ds !!!br '\" -. ie "\$1"\\$0" .do tm1 "\\*[!!!sp]*** trace exit: \\$0 \\$@ -. el .do tm1 "\\*[!!!sp]*** trace exit \$1: \\$0 \\$@ +. ie "\$1"\\$0" .do tm1 "\\*[!!!sp]*** trace exit: \\*[!!!br]\\$0 \\$@ +. el .do tm1 "\\*[!!!sp]*** trace exit \$1: \\*[!!!br]\\$0 \\$@ \.. . . do ds !!d1 !!\$1 -- 2.11.4.GIT