summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2001-11-21 02:59:13 (GMT)
committerhobbs <hobbs@noemail.net>2001-11-21 02:59:13 (GMT)
commit95550be65b1cbd7db83fae0f0e08514b87efd995 (patch)
treef23147866fa9a2d4256b6d7a3e1e3c0f57c9d55d /unix
parentb5112d8bb9f1f841300e313cf159b7a0cb969f21 (diff)
downloadtcl-95550be65b1cbd7db83fae0f0e08514b87efd995.zip
tcl-95550be65b1cbd7db83fae0f0e08514b87efd995.tar.gz
tcl-95550be65b1cbd7db83fae0f0e08514b87efd995.tar.bz2
addition of GetTime.3 Tcl_GetTime doc to mkLinks
FossilOrigin-Name: c5222c98ff61787231bf5d22612a0ed7a361567c
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 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