summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorericm <ericm@noemail.net>2000-04-26 17:00:30 (GMT)
committerericm <ericm@noemail.net>2000-04-26 17:00:30 (GMT)
commit00b4c5e420a59b77763b936315c71c82150f51ed (patch)
treee990b7961567b5c8db7b0ed0b849ad711474e3ca /unix
parentbe10515a5f8ed7b40050399e6b308d9ef34057d2 (diff)
downloadtcl-00b4c5e420a59b77763b936315c71c82150f51ed.zip
tcl-00b4c5e420a59b77763b936315c71c82150f51ed.tar.gz
tcl-00b4c5e420a59b77763b936315c71c82150f51ed.tar.bz2
LogCommandInfo man entry.
FossilOrigin-Name: a6e79bb9c4ea88ba1255c4ddf7fc9c80eb8bb688
Diffstat (limited to 'unix')
-rw-r--r--unix/mkLinks4
1 files changed, 4 insertions, 0 deletions
diff --git a/unix/mkLinks b/unix/mkLinks
index 521d988..5a3ffd9 100644
--- a/unix/mkLinks
+++ b/unix/mkLinks
@@ -47,6 +47,10 @@ if test -r AddErrInfo.3; then
rm -f Tcl_AddObjErrorInfo.3
ln AddErrInfo.3 Tcl_AddObjErrorInfo.3
fi
+if test -r AddErrInfo.3; then
+ rm -f Tcl_LogCommandInfo.3
+ ln AddErrInfo.3 Tcl_LogCommandInfo.3
+fi
if test -r Alloc.3; then
rm -f Tcl_Alloc.3
ln Alloc.3 Tcl_Alloc.3