Source-Changes-HG archive

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

[src/trunk]: src/share/tmac Fix if/else syntax in previous.



details:   https://anonhg.NetBSD.org/src/rev/fd95ee10d58f
branches:  trunk
changeset: 847480:fd95ee10d58f
user:      uwe <uwe%NetBSD.org@localhost>
date:      Mon Dec 23 20:17:33 2019 +0000

description:
Fix if/else syntax in previous.

diffstat:

 share/tmac/doc2html |  11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diffs (25 lines):

diff -r 0a14290b1c36 -r fd95ee10d58f share/tmac/doc2html
--- a/share/tmac/doc2html       Mon Dec 23 19:35:07 2019 +0000
+++ b/share/tmac/doc2html       Mon Dec 23 20:17:33 2019 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: doc2html,v 1.69 2019/12/03 14:41:00 uwe Exp $
+.\" $NetBSD: doc2html,v 1.70 2019/12/23 20:17:33 uwe Exp $
 .\"
 .\" Copyright (c) 1998, 1999, 2008 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -265,10 +265,11 @@
 .em end-macro
 .
 .\" map groff -Tencoding argument to the charset name
-.ie     '\*(.T'ascii'  .ds html-charset US-ASCII
-.el .ie '\*(.T'latin1' .ds html-charset ISO-8859-1
-.el .ie '\*(.T'utf8'   .ds html-charset UTF-8
-.el .ab unsupported encoding \*(.T
+.       ie '\*(.T'ascii'  .ds html-charset US-ASCII
+.el \{ .ie '\*(.T'latin1' .ds html-charset ISO-8859-1
+.el \{ .ie '\*(.T'utf8'   .ds html-charset UTF-8
+.el    .ab unsupported encoding \*(.T
+.\}\}
 .
 .de init-html
 <html>



Home | Main Index | Thread Index | Old Index