summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2001-04-05 15:14:59 (GMT)
committerandreas_kupries <akupries@shaw.ca>2001-04-05 15:14:59 (GMT)
commit96bf5f215990235e4c0aa28930d25a4d16cdae32 (patch)
treef37e4b3770978117276878117ceca41a31a2b92b
parent9e5f6a4c262a86fea22505621ce0ad59cc003075 (diff)
downloadtcl-96bf5f215990235e4c0aa28930d25a4d16cdae32.zip
tcl-96bf5f215990235e4c0aa28930d25a4d16cdae32.tar.gz
tcl-96bf5f215990235e4c0aa28930d25a4d16cdae32.tar.bz2
2001-04-05 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* doc/Macintosh.3: Removed duplicates from .SH line [Bug #413983].
-rw-r--r--ChangeLog5
-rw-r--r--doc/Macintosh.34
-rw-r--r--unix/mkLinks16
3 files changed, 13 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index 73b029d..01a92fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-04-05 Andreas Kupries <andreas_kupries@users.sourceforge.net>
+
+ * doc/Macintosh.3: Removed duplicates from .SH line
+ [Bug #413983].
+
2001-04-05 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* generic/tclCmdMZ.c (Tcl_StringObjCmd): Fixed so will compile
diff --git a/doc/Macintosh.3 b/doc/Macintosh.3
index 83028ad..0044f29 100644
--- a/doc/Macintosh.3
+++ b/doc/Macintosh.3
@@ -4,13 +4,13 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: Macintosh.3,v 1.1 2001/04/04 21:32:18 andreas_kupries Exp $
+'\" RCS: @(#) $Id: Macintosh.3,v 1.2 2001/04/05 15:14:59 andreas_kupries Exp $
'\"
.so man.macros
.TH Tcl_MacSetEventProc 3 "8.1" Tcl "Tcl Library Procedures"
.BS
.SH NAME
-Tcl_MacSetEventProc, Tcl_MacConvertTextResource, Tcl_MacSetEventProc, Tcl_MacConvertTextResource, Tcl_MacEvalResource, Tcl_MacFindResource, Tcl_GetOSTypeFromObj, Tcl_SetOSTypeObj, Tcl_NewOSTypeObj \- procedures to handle Macintosh resources and other Macintosh specifics
+Tcl_MacSetEventProc, Tcl_MacConvertTextResource, Tcl_MacEvalResource, Tcl_MacFindResource, Tcl_GetOSTypeFromObj, Tcl_SetOSTypeObj, Tcl_NewOSTypeObj \- procedures to handle Macintosh resources and other Macintosh specifics
.SH SYNOPSIS
.nf
\fB#include <tcl.h>\fR
diff --git a/unix/mkLinks b/unix/mkLinks
index faf829f..486c621 100644
--- a/unix/mkLinks
+++ b/unix/mkLinks
@@ -561,8 +561,6 @@ fi
if test -r Macintosh.3; then
rm -f Tcl_MacSetEventProc.3
rm -f Tcl_MacConvertTextResource.3
- rm -f Tcl_MacSetEventProc.3
- rm -f Tcl_MacConvertTextResource.3
rm -f Tcl_MacEvalResource.3
rm -f Tcl_MacFindResource.3
rm -f Tcl_GetOSTypeFromObj.3
@@ -570,8 +568,6 @@ if test -r Macintosh.3; then
rm -f Tcl_NewOSTypeObj.3
ln Macintosh.3 Tcl_MacSetEventProc.3
ln Macintosh.3 Tcl_MacConvertTextResource.3
- ln Macintosh.3 Tcl_MacSetEventProc.3
- ln Macintosh.3 Tcl_MacConvertTextResource.3
ln Macintosh.3 Tcl_MacEvalResource.3
ln Macintosh.3 Tcl_MacFindResource.3
ln Macintosh.3 Tcl_GetOSTypeFromObj.3
@@ -786,12 +782,6 @@ 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
@@ -838,6 +828,12 @@ if test -r SetVar.3; then
ln SetVar.3 Tcl_UnsetVar.3
ln SetVar.3 Tcl_UnsetVar2.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 Sleep.3; then
rm -f Tcl_Sleep.3
ln Sleep.3 Tcl_Sleep.3