diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-07-29 20:20:35 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-07-29 20:20:35 (GMT) |
commit | 2d6a72ad106ef3b905a031ecb92a2734a6a2cc0d (patch) | |
tree | fc98e1a265f76ee7eedbb8c04fc22ca062ed12c2 /tools/tcltk-man2html.tcl | |
parent | d9f455ab2c498da430f6831eae0793db2af05333 (diff) | |
download | tcl-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-x | tools/tcltk-man2html.tcl | 4 |
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 |