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/2017661c7ae9
branches: trunk
changeset: 1005881:2017661c7ae9
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 b5d506723f75 -r 2017661c7ae9 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