bug-groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/1] Fix a part of an virtual (pseudo) structure in "tty.tmac".


From: Bjarni Ingi Gislason
Subject: [PATCH 1/1] Fix a part of an virtual (pseudo) structure in "tty.tmac".
Date: Mon, 15 May 2017 00:15:01 +0000
User-agent: Mutt/1.5.20 (2009-12-10)

  "Groff" and "man" were given the freedom of speach and its transportation
and spoke up:

.../git/groff/tmac/tty.tmac:19: warning: unbalanced .el request

Signed-off-by: Bjarni Ingi Gislason <address@hidden>
---
 tmac/tty.tmac | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tmac/tty.tmac b/tmac/tty.tmac
index 86232da9..d692a59e 100644
--- a/tmac/tty.tmac
+++ b/tmac/tty.tmac
@@ -13,12 +13,13 @@
 .
 .po 0
 .
-.if !'\*[.T]'utf8' \
+.if !'\*[.T]'utf8' \{\
 .  ie c\[pc] \
 .    tr \[bu]\[pc]
 .  el \
 .    if c\[md] \
 .      tr \[bu]\[md]
+.\}
 .
 .fchar \[bu] \z+o
 .fchar \[14] 1/4
-- 
2.11.0


-- 
Bjarni I. Gislason



reply via email to

[Prev in Thread] Current Thread [Next in Thread]