summaryrefslogtreecommitdiffstats
path: root/unix/mkLinks
diff options
context:
space:
mode:
authorericm <ericm>2000-04-25 00:54:52 (GMT)
committerericm <ericm>2000-04-25 00:54:52 (GMT)
commit5d6d4ebb82042239ea228662db31110a81adfebb (patch)
tree6e3927094b1aa8e2c19f8a11377f84d1cb76aa5d /unix/mkLinks
parent6a2af0e4d09b2426bf51f1a7be866271a9c40407 (diff)
downloadtcl-5d6d4ebb82042239ea228662db31110a81adfebb.zip
tcl-5d6d4ebb82042239ea228662db31110a81adfebb.tar.gz
tcl-5d6d4ebb82042239ea228662db31110a81adfebb.tar.bz2
* unix/mkLinks:
* doc/OpenFileChnl.3: Added man entry for Tcl_Ungets [Bug: 1834].
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 eb21723..521d988 100644
--- a/unix/mkLinks
+++ b/unix/mkLinks
@@ -668,6 +668,10 @@ if test -r OpenFileChnl.3; then
ln OpenFileChnl.3 Tcl_Gets.3
fi
if test -r OpenFileChnl.3; then
+ rm -f Tcl_Ungets.3
+ ln OpenFileChnl.3 Tcl_Ungets.3
+fi
+if test -r OpenFileChnl.3; then
rm -f Tcl_GetsObj.3
ln OpenFileChnl.3 Tcl_GetsObj.3
fi