From fb6b53aa6bf50ea3849fcecfcf64b49865d7fdbc Mon Sep 17 00:00:00 2001 From: martin Date: Mon, 9 Dec 2019 12:46:32 +0000 Subject: Pull up following revision(s) (requested by uwe in ticket #519): share/tmac/doc2html: revision 1.69 Use groff -Tencoding argument to emit --- share/tmac/doc2html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/share/tmac/doc2html b/share/tmac/doc2html index a83eb61b2c1..cbf120161a5 100644 --- a/share/tmac/doc2html +++ b/share/tmac/doc2html @@ -1,4 +1,4 @@ -.\" $NetBSD: doc2html,v 1.67.16.1 2019/11/26 08:56:51 martin Exp $ +.\" $NetBSD: doc2html,v 1.67.16.2 2019/12/09 12:46:32 martin Exp $ .\" .\" Copyright (c) 1998, 1999, 2008 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -263,9 +263,17 @@ TODO: . fl .. .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 +. .de init-html + \\*[document-title]\\$* \\*[title-section] -- cgit