diff options
author | ericm <ericm> | 2000-04-25 00:54:52 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-04-25 00:54:52 (GMT) |
commit | 5d6d4ebb82042239ea228662db31110a81adfebb (patch) | |
tree | 6e3927094b1aa8e2c19f8a11377f84d1cb76aa5d /unix | |
parent | 6a2af0e4d09b2426bf51f1a7be866271a9c40407 (diff) | |
download | tcl-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')
-rw-r--r-- | unix/mkLinks | 4 |
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 |