summaryrefslogtreecommitdiffstats
path: root/tools/tcltk-man2html.tcl
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-07-29 20:20:35 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-07-29 20:20:35 (GMT)
commit2d6a72ad106ef3b905a031ecb92a2734a6a2cc0d (patch)
treefc98e1a265f76ee7eedbb8c04fc22ca062ed12c2 /tools/tcltk-man2html.tcl
parentd9f455ab2c498da430f6831eae0793db2af05333 (diff)
downloadtcl-2d6a72ad106ef3b905a031ecb92a2734a6a2cc0d.zip
tcl-2d6a72ad106ef3b905a031ecb92a2734a6a2cc0d.tar.gz
tcl-2d6a72ad106ef3b905a031ecb92a2734a6a2cc0d.tar.bz2
Small enhancements to improve cross-linking with contributed packages.
Diffstat (limited to 'tools/tcltk-man2html.tcl')
-rwxr-xr-xtools/tcltk-man2html.tcl4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/tcltk-man2html.tcl b/tools/tcltk-man2html.tcl
index f928d4a..2bde714 100755
--- a/tools/tcltk-man2html.tcl
+++ b/tools/tcltk-man2html.tcl
@@ -804,7 +804,7 @@ set ensemble_commands {
after array binary chan clock dde dict encoding file history info interp
memory namespace package registry self string trace update zlib
clipboard console font grab grid image option pack place selection tk
- tkwait ttk::style winfo wm
+ tkwait ttk::style winfo wm itcl::delete itcl::find itcl::is
}
array set remap_link_target {
stdin Tcl_GetStdChannel
@@ -834,6 +834,8 @@ array set remap_link_target {
tcl_pkgpath env
Tcl_Command Tcl_CreateObjCommand
Tcl_CmdProc Tcl_CreateObjCommand
+ Tcl_CmdDeleteProc Tcl_CreateObjCommand
+ Tcl_ObjCmdProc Tcl_CreateObjCommand
Tcl_Channel Tcl_OpenFileChannel
Tcl_WideInt Tcl_NewIntObj
Tcl_ChannelType Tcl_CreateChannel