summaryrefslogtreecommitdiffstats
path: root/unix/mkLinks
diff options
context:
space:
mode:
authorericm <ericm>2000-04-26 17:00:30 (GMT)
committerericm <ericm>2000-04-26 17:00:30 (GMT)
commitfcd2945b37a30753e169e9f23f19705960a19e6b (patch)
treee990b7961567b5c8db7b0ed0b849ad711474e3ca /unix/mkLinks
parenta00a2bacce42de1f19b45717a870f62ff83c1277 (diff)
downloadtcl-fcd2945b37a30753e169e9f23f19705960a19e6b.zip
tcl-fcd2945b37a30753e169e9f23f19705960a19e6b.tar.gz
tcl-fcd2945b37a30753e169e9f23f19705960a19e6b.tar.bz2
LogCommandInfo man entry.
Diffstat (limited to 'unix/mkLinks')
-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