From c12bdce8ba5e23d5b45c1cace3b81a93929b07a3 Mon Sep 17 00:00:00 2001 From: Joe Mistachkin Date: Mon, 22 Dec 2008 13:04:32 +0000 Subject: Fix for [Bug 2330040] --- ChangeLog | 5 +++++ tools/man2help2.tcl | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index aa1457a..0d785a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-12-22 Joe Mistachkin + + * tools/man2help2.tcl: Added support for "\(mi" nroff macro. + [Bug 2330040] + 2008-12-22 Pat Thoyts * win/makefile.vc: Support the pkgs tree in the NMAKE builds. diff --git a/tools/man2help2.tcl b/tools/man2help2.tcl index 20e86af..5442a6f 100644 --- a/tools/man2help2.tcl +++ b/tools/man2help2.tcl @@ -9,7 +9,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: man2help2.tcl,v 1.19 2008/10/02 19:01:30 mistachkin Exp $ +# RCS: @(#) $Id: man2help2.tcl,v 1.20 2008/12/22 13:04:32 mistachkin Exp $ # # Global variables used by these scripts: @@ -712,6 +712,10 @@ proc char {name} { textSetup puts -nonewline $file "\\'a9 " } + {\(mi} { + textSetup + puts -nonewline $file "-" + } {\(mu} { textSetup puts -nonewline $file "\\'d7 " -- cgit v0.12