Tcl Source Code

Artifact [a70c29ddb8]
Login

Artifact a70c29ddb8d097607fe4e78dedf8e161d58cd04f:

Attachment "219169-219171.2a.diff" to ticket [413983ffff] added by andreas_kupries 2001-04-05 22:18:29.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/tcl/tcl/ChangeLog,v
retrieving revision 1.406
diff -u -r1.406 ChangeLog
--- ChangeLog	2001/04/05 10:20:18	1.406
+++ ChangeLog	2001/04/05 15:13:33
@@ -1,3 +1,8 @@
+2001-04-05  Andreas Kupries  <[email protected]>
+
+	* doc/Macintosh.3: Removed duplicates from .SH line
+	  [Bug #413983]. 
+
 2001-04-05  Donal K. Fellows  <[email protected]>
 
 	* generic/tclCmdMZ.c (Tcl_StringObjCmd): Fixed so will compile
Index: doc/Macintosh.3
===================================================================
RCS file: /cvsroot/tcl/tcl/doc/Macintosh.3,v
retrieving revision 1.1
diff -u -r1.1 Macintosh.3
--- doc/Macintosh.3	2001/04/04 21:32:18	1.1
+++ doc/Macintosh.3	2001/04/05 15:13:33
@@ -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: Encoding.3,v 1.7 1999/10/13 00:32:05 hobbs 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
Index: unix/mkLinks
===================================================================
RCS file: /cvsroot/tcl/tcl/unix/mkLinks,v
retrieving revision 1.21
diff -u -r1.21 mkLinks
--- unix/mkLinks	2001/04/04 21:32:18	1.21
+++ unix/mkLinks	2001/04/05 15:13:36
@@ -561,8 +561,6 @@
 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 @@
     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 @@
     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
@@ -837,6 +827,12 @@
     ln SetVar.3 Tcl_ObjGetVar2.3
     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