summaryrefslogtreecommitdiffstats
path: root/tools/tcltk-man2html.tcl
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-01-14 18:23:53 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-01-14 18:23:53 (GMT)
commit6f11427e94be8a04842c5ecca5186d302aa4922d (patch)
tree575d840bb24859da01fbb634b8e48e703af57d9a /tools/tcltk-man2html.tcl
parent36d1fa98f135e6f5c1f1a501ab351bcb6510fda1 (diff)
downloadtcl-6f11427e94be8a04842c5ecca5186d302aa4922d.zip
tcl-6f11427e94be8a04842c5ecca5186d302aa4922d.tar.gz
tcl-6f11427e94be8a04842c5ecca5186d302aa4922d.tar.bz2
Another link suppression
Diffstat (limited to 'tools/tcltk-man2html.tcl')
-rwxr-xr-xtools/tcltk-man2html.tcl5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/tcltk-man2html.tcl b/tools/tcltk-man2html.tcl
index 116ae92..e6f0740 100755
--- a/tools/tcltk-man2html.tcl
+++ b/tools/tcltk-man2html.tcl
@@ -18,9 +18,9 @@ package require Tcl 8.6
# Copyright (c) 1995-1997 Roger E. Critchlow Jr
# Copyright (c) 2004-2010 Donal K. Fellows
#
-# CVS: $Id: tcltk-man2html.tcl,v 1.42 2010/01/14 13:59:06 dkf Exp $
+# CVS: $Id: tcltk-man2html.tcl,v 1.43 2010/01/14 18:23:53 dkf Exp $
-regexp {\d+\.\d+} {$Revision: 1.42 $} ::Version
+regexp {\d+\.\d+} {$Revision: 1.43 $} ::Version
set ::CSSFILE "docs.css"
##
@@ -811,6 +811,7 @@ array set remap_link_target {
}
array set exclude_refs_map {
history.n {exec}
+ next.n {unknown}
canvas.n {bitmap text}
checkbutton.n {image}
clipboard.n {string}