summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2001-04-03 14:53:44 (GMT)
committerandreas_kupries <akupries@shaw.ca>2001-04-03 14:53:44 (GMT)
commitf9728e2abe7ef2a31d63dea36b5a14a6bba6e1db (patch)
treed4c419709ee773a0edd964ff07fe009c80a161d5 /unix
parent3bb43ef6446cddf54f1d872ea0d1f7779d3adc4f (diff)
downloadtcl-f9728e2abe7ef2a31d63dea36b5a14a6bba6e1db.zip
tcl-f9728e2abe7ef2a31d63dea36b5a14a6bba6e1db.tar.gz
tcl-f9728e2abe7ef2a31d63dea36b5a14a6bba6e1db.tar.bz2
2001-04-03 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* unix/mkLinks: Added 'Signal.3', 'Tcl_WaitPid'. * doc/DetachPids.3: Added description of 'Tcl_WaitPid' [Bug #219173]. * doc/Signal.3: New man page describing the public API procedures 'Tcl_SignalId' and 'Tcl_SignalMsg' [Bug #219172].
Diffstat (limited to 'unix')
-rw-r--r--unix/mkLinks8
1 files changed, 8 insertions, 0 deletions
diff --git a/unix/mkLinks b/unix/mkLinks
index 79dc91d..a5b4ed4 100644
--- a/unix/mkLinks
+++ b/unix/mkLinks
@@ -311,8 +311,10 @@ fi
if test -r DetachPids.3; then
rm -f Tcl_DetachPids.3
rm -f Tcl_ReapDetachedProcs.3
+ rm -f Tcl_WaitPid.3
ln DetachPids.3 Tcl_DetachPids.3
ln DetachPids.3 Tcl_ReapDetachedProcs.3
+ ln DetachPids.3 Tcl_WaitPid.3
fi
if test -r DoOneEvent.3; then
rm -f Tcl_DoOneEvent.3
@@ -760,6 +762,12 @@ if test -r SetErrno.3; then
ln SetErrno.3 Tcl_ErrnoId.3
ln SetErrno.3 Tcl_ErrnoMsg.3
fi
+if test -r Signal.3; then
+ rm -f Tcl_SignalId.3
+ rm -f Tcl_SignalMsg.3
+ ln Signal.3 Tcl_SignalId.3
+ ln Signal.3 Tcl_SignalMsg.3
+fi
if test -r SetRecLmt.3; then
rm -f Tcl_SetRecursionLimit.3
ln SetRecLmt.3 Tcl_SetRecursionLimit.3