summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-11-21 02:59:13 (GMT)
committerhobbs <hobbs>2001-11-21 02:59:13 (GMT)
commitff6d644685d5d3413b6ff4287c80cfd30f2693de (patch)
treef23147866fa9a2d4256b6d7a3e1e3c0f57c9d55d
parentd08659ea371fcccb83671f9aa4154ef066c0ab50 (diff)
downloadtcl-ff6d644685d5d3413b6ff4287c80cfd30f2693de.zip
tcl-ff6d644685d5d3413b6ff4287c80cfd30f2693de.tar.gz
tcl-ff6d644685d5d3413b6ff4287c80cfd30f2693de.tar.bz2
addition of GetTime.3 Tcl_GetTime doc to mkLinks
-rw-r--r--unix/mkLinks4
1 files changed, 4 insertions, 0 deletions
diff --git a/unix/mkLinks b/unix/mkLinks
index bd3a37c..8b671bc 100644
--- a/unix/mkLinks
+++ b/unix/mkLinks
@@ -562,6 +562,10 @@ if test -r GetStdChan.3; then
ln GetStdChan.3 Tcl_GetStdChannel.3
ln GetStdChan.3 Tcl_SetStdChannel.3
fi
+if test -r GetTime.3; then
+ rm -f Tcl_GetTime.3
+ ln GetTime.3 Tcl_GetTime.3
+fi
if test -r GetVersion.3; then
rm -f Tcl_GetVersion.3
ln GetVersion.3 Tcl_GetVersion.3