summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--doc/lsearch.n7
2 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a95e1c4..d95c1be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-01-05 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * doc/lsearch.n: Convert to other form of emacs mode control
+ comment to prevent problems with old versions of man. [Bug 1085127]
+
2004-12-29 Jeff Hobbs <jeffh@ActiveState.com>
* win/tcl.m4, win/configure: update MSVC CFLAGS_OPT to -O2, remove
diff --git a/doc/lsearch.n b/doc/lsearch.n
index b8a6f18..59fa21a 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.
@@ -7,7 +6,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.13.2.3 2004/10/27 12:52:40 dkf Exp $
+'\" RCS: @(#) $Id: lsearch.n,v 1.13.2.4 2005/01/05 21:53:30 dkf Exp $
'\"
.so man.macros
.TH lsearch n 8.4 Tcl "Tcl Built-In Commands"
@@ -138,3 +137,7 @@ lset(n), lsort(n), lrange(n), lreplace(n)
.SH KEYWORDS
list, match, pattern, regular expression, search, string
+
+'\" Local Variables:
+'\" mode: nroff
+'\" End: