summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2011-08-02 15:11:51 (GMT)
committerdgp <dgp@noemail.net>2011-08-02 15:11:51 (GMT)
commitaa5005da7d70041143b29e6e4c99d8225dbc08cc (patch)
tree7ae39d89a580098e722383f6f7de65e4f56cf9b4
parent3dae15b80c49811154c3b41650290b53a0939ba9 (diff)
downloadtcl-aa5005da7d70041143b29e6e4c99d8225dbc08cc.zip
tcl-aa5005da7d70041143b29e6e4c99d8225dbc08cc.tar.gz
tcl-aa5005da7d70041143b29e6e4c99d8225dbc08cc.tar.bz2
Use the actual case used by Thread to name the directory its distributions
unpack into. FossilOrigin-Name: 95b21434824f2f03f32b8362a398fb57921ebf3b
-rwxr-xr-xtools/tcltk-man2html.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tcltk-man2html.tcl b/tools/tcltk-man2html.tcl
index 552095e..b347abf 100755
--- a/tools/tcltk-man2html.tcl
+++ b/tools/tcltk-man2html.tcl
@@ -973,7 +973,7 @@ try {
set packageDirNameMap {
itcl {[incr Tcl]}
tdbc {TDBC}
- Thread Thread
+ thread Thread
}
}