diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | doc/loadTk.n | 7 | ||||
-rw-r--r-- | doc/toplevel.n | 7 |
3 files changed, 16 insertions, 4 deletions
@@ -1,3 +1,9 @@ +2005-01-05 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * doc/loadTk.n, doc/toplevel.n: Convert to other form of emacs + mode control comment to prevent problems with old versions of + man. [Bug 1085127] + 2005-01-03 Jeff Hobbs <jeffh@ActiveState.com> * win/tkWinWm.c (TkWinWmCleanup): clean up layered window class. diff --git a/doc/loadTk.n b/doc/loadTk.n index cff018d..465947c 100644 --- a/doc/loadTk.n +++ b/doc/loadTk.n @@ -1,11 +1,10 @@ -'\" -*- nroff -*- '\" '\" Copyright (c) 1995-1996 Sun Microsystems, Inc. '\" '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: loadTk.n,v 1.5.2.1 2004/10/28 10:19:29 dkf Exp $ +'\" RCS: @(#) $Id: loadTk.n,v 1.5.2.2 2005/01/05 21:57:17 dkf Exp $ '\" .so man.macros .TH "Safe Tk" n 8.0 Tk "Tk Built-In Commands" @@ -77,3 +76,7 @@ safe(n), interp(n), library(n), load(n), package(n), source(n), unknown(n) .SH KEYWORDS alias, auto\-loading, auto_mkindex, load, master interpreter, safe interpreter, slave interpreter, source + +'\" Local Variables: +'\" mode: nroff +'\" End: diff --git a/doc/toplevel.n b/doc/toplevel.n index f40ad58..38b197a 100644 --- a/doc/toplevel.n +++ b/doc/toplevel.n @@ -1,4 +1,3 @@ -'\" -*- nroff -*- '\" '\" Copyright (c) 1990-1994 The Regents of the University of California. '\" Copyright (c) 1994-1996 Sun Microsystems, Inc. @@ -6,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: toplevel.n,v 1.4.4.1 2004/10/28 12:25:22 dkf Exp $ +'\" RCS: @(#) $Id: toplevel.n,v 1.4.4.2 2005/01/05 21:57:17 dkf Exp $ '\" .so man.macros .TH toplevel n 8.4 Tk "Tk Built-In Commands" @@ -160,3 +159,7 @@ frame(n) .SH KEYWORDS toplevel, widget + +'\" Local Variables: +'\" mode: nroff +'\" End: |