diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2005-01-05 21:53:20 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2005-01-05 21:53:20 (GMT) |
| commit | 87f9d477dc2ebbb6212f4a50604131fee6a6aee9 (patch) | |
| tree | ee96565a4907b61055a97280a0d8902aee4fbb6f | |
| parent | 7c535818401eae5009203d52d30226e7ac4934f5 (diff) | |
| download | tcl-87f9d477dc2ebbb6212f4a50604131fee6a6aee9.zip tcl-87f9d477dc2ebbb6212f4a50604131fee6a6aee9.tar.gz tcl-87f9d477dc2ebbb6212f4a50604131fee6a6aee9.tar.bz2 | |
Change emacs mode comment style to stop problems with older man. [1085127]
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | doc/lsearch.n | 7 |
2 files changed, 10 insertions, 2 deletions
@@ -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: |
