summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-09-23 13:22:09 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-09-23 13:22:09 (GMT)
commit93cc89e95b9f7beacfffdc354a2096d7dcb96bd5 (patch)
treeffe62d2d40d2a4670ee136cf79447c3117e23216 /doc
parent282e134aeee90a7223dae8944b610c218aeaec78 (diff)
downloadtcl-93cc89e95b9f7beacfffdc354a2096d7dcb96bd5.zip
tcl-93cc89e95b9f7beacfffdc354a2096d7dcb96bd5.tar.gz
tcl-93cc89e95b9f7beacfffdc354a2096d7dcb96bd5.tar.bz2
Fix [Bug 2118123]
Diffstat (limited to 'doc')
-rw-r--r--doc/lreverse.n7
-rw-r--r--doc/mathop.n7
-rw-r--r--doc/regexp.n6
-rw-r--r--doc/regsub.n6
4 files changed, 18 insertions, 8 deletions
diff --git a/doc/lreverse.n b/doc/lreverse.n
index b9996a4..efda2a5 100644
--- a/doc/lreverse.n
+++ b/doc/lreverse.n
@@ -1,10 +1,10 @@
-'\" -*- nroff -*-
+'\"
'\" Copyright (c) 2006 by Donal K. Fellows. All rights reserved.
'\"
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: lreverse.n,v 1.6 2007/12/13 15:22:32 dgp Exp $
+'\" RCS: @(#) $Id: lreverse.n,v 1.7 2008/09/23 13:22:16 dkf Exp $
'\"
.so man.macros
.TH lreverse n 8.5 Tcl "Tcl Built-In Commands"
@@ -31,3 +31,6 @@ list(n), lsearch(n), lsort(n)
.SH KEYWORDS
element, list, reverse
+'\" Local Variables:
+'\" mode: nroff
+'\" End:
diff --git a/doc/mathop.n b/doc/mathop.n
index d65b236..9210430 100644
--- a/doc/mathop.n
+++ b/doc/mathop.n
@@ -1,10 +1,10 @@
-.\" -*- nroff -*-
+.\"
.\" Copyright (c) 2006-2007 Donal K. Fellows.
.\"
.\" See the file "license.terms" for information on usage and redistribution
.\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
.\"
-.\" RCS: @(#) $Id: mathop.n,v 1.10 2007/12/13 15:22:32 dgp Exp $
+.\" RCS: @(#) $Id: mathop.n,v 1.11 2008/09/23 13:22:18 dkf Exp $
.\"
.so man.macros
.TH mathop n 8.5 Tcl "Tcl Mathematical Operator Commands"
@@ -298,3 +298,6 @@ set sorted [\fB<=\fR {*}$list]
expr(n), mathfunc(n), namespace(n)
.SH KEYWORDS
command, expression, operator
+'\" Local Variables:
+'\" mode: nroff
+'\" End:
diff --git a/doc/regexp.n b/doc/regexp.n
index e40b9c4..7da20eb 100644
--- a/doc/regexp.n
+++ b/doc/regexp.n
@@ -1,11 +1,10 @@
-'\" -*- nroff -*-
'\"
'\" Copyright (c) 1998 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: regexp.n,v 1.30 2008/07/07 08:29:14 dkf Exp $
+'\" RCS: @(#) $Id: regexp.n,v 1.31 2008/09/23 13:22:18 dkf Exp $
'\"
.so man.macros
.TH regexp n 8.3 Tcl "Tcl Built-In Commands"
@@ -196,3 +195,6 @@ characters) in a string, and is useful as a more powerful version of the
re_syntax(n), regsub(n), string(n)
.SH KEYWORDS
match, parsing, pattern, regular expression, splitting, string
+'\" Local Variables:
+'\" mode: nroff
+'\" End:
diff --git a/doc/regsub.n b/doc/regsub.n
index 5686c1d..f3371e6 100644
--- a/doc/regsub.n
+++ b/doc/regsub.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: regsub.n,v 1.24 2008/07/07 08:29:14 dkf Exp $
+'\" RCS: @(#) $Id: regsub.n,v 1.25 2008/09/23 13:22:18 dkf Exp $
'\"
.so man.macros
.TH regsub n 8.3 Tcl "Tcl Built-In Commands"
@@ -182,3 +181,6 @@ set quoted [subst [\fBregsub\fR -all $RE $string $substitution]]
regexp(n), re_syntax(n), subst(n), string(n)
.SH KEYWORDS
match, pattern, quoting, regular expression, substitute
+'\" Local Variables:
+'\" mode: nroff
+'\" End: