summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--doc/lsearch.n7
-rw-r--r--doc/re_syntax.n7
3 files changed, 16 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 026f04a..a0f9539 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-01-05 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * doc/lsearch.n, doc/re_syntax.n: Convert to other form of emacs
+ mode control comment to prevent problems with old versions of
+ man. [Bug 1085127]
+
2005-01-05 Pat Thoyts <patthoyts@users.sourceforge.net>
* tests/winDde.test: Fixed broken test result.
diff --git a/doc/lsearch.n b/doc/lsearch.n
index 5cfce90..d456181 100644
--- a/doc/lsearch.n
+++ b/doc/lsearch.n
@@ -1,4 +1,3 @@
-'\" -*- nroff -*-
'\"
'\" Copyright (c) 1993 The Regents of the University of California.
'\" Copyright (c) 1994-1996 Sun Microsystems, Inc.
@@ -8,7 +7,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: lsearch.n,v 1.21 2004/09/02 13:55:55 dkf Exp $
+'\" RCS: @(#) $Id: lsearch.n,v 1.22 2005/01/05 16:38:54 dkf Exp $
'\"
.so man.macros
.TH lsearch n 8.5 Tcl "Tcl Built-In Commands"
@@ -171,3 +170,7 @@ lset(n), lsort(n), lrange(n), lreplace(n)
.SH KEYWORDS
list, match, pattern, regular expression, search, string
+
+'\" Local Variables:
+'\" mode: nroff
+'\" End:
diff --git a/doc/re_syntax.n b/doc/re_syntax.n
index 63c1405..cb5e32a 100644
--- a/doc/re_syntax.n
+++ b/doc/re_syntax.n
@@ -1,4 +1,3 @@
-'\" -*- nroff -*-
'\"
'\" Copyright (c) 1998 Sun Microsystems, Inc.
'\" Copyright (c) 1999 Scriptics Corporation
@@ -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: re_syntax.n,v 1.5 2004/10/31 16:01:54 dkf Exp $
+'\" RCS: @(#) $Id: re_syntax.n,v 1.6 2005/01/05 16:38:54 dkf Exp $
'\"
.so man.macros
.TH re_syntax n "8.1" Tcl "Tcl Built-In Commands"
@@ -654,3 +653,7 @@ RegExp(3), regexp(n), regsub(n), lsearch(n), switch(n), text(n)
.SH KEYWORDS
match, regular expression, string
+
+'\" Local Variables:
+'\" mode: nroff
+'\" End: