summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorericm <ericm@noemail.net>2000-04-24 23:52:40 (GMT)
committerericm <ericm@noemail.net>2000-04-24 23:52:40 (GMT)
commitd49316b29fa9e8ac0229b718650e2123d8fefb69 (patch)
treeb1e94254846affa409d1d99d84fe9b8982895452 /unix
parent294430a56a1cd365d302c21371e397b9046867db (diff)
downloadtcl-d49316b29fa9e8ac0229b718650e2123d8fefb69.zip
tcl-d49316b29fa9e8ac0229b718650e2123d8fefb69.tar.gz
tcl-d49316b29fa9e8ac0229b718650e2123d8fefb69.tar.bz2
* unix/mkLinks:
* doc/ParseCmd.3: Added documentation for Tcl_ParseVar [Bug: 1828]. FossilOrigin-Name: b374c024927a3bf8e289e5c86ffcd5903a046a15
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 a16bdcb..d9d9287 100644
--- a/unix/mkLinks
+++ b/unix/mkLinks
@@ -859,6 +859,10 @@ if test -r ParseCmd.3; then
rm -f Tcl_ParseVarName.3
ln ParseCmd.3 Tcl_ParseVarName.3
fi
+if test -r ParseCmd.3; then
+ rm -f Tcl_ParseVar.3
+ ln ParseCmd.3 Tcl_ParseVar.3
+fi
if test -r PkgRequire.3; then
rm -f Tcl_PkgProvide.3
ln PkgRequire.3 Tcl_PkgProvide.3