summaryrefslogtreecommitdiffstats
path: root/doc/regexp.n
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/regexp.n
parent282e134aeee90a7223dae8944b610c218aeaec78 (diff)
downloadtcl-93cc89e95b9f7beacfffdc354a2096d7dcb96bd5.zip
tcl-93cc89e95b9f7beacfffdc354a2096d7dcb96bd5.tar.gz
tcl-93cc89e95b9f7beacfffdc354a2096d7dcb96bd5.tar.bz2
Fix [Bug 2118123]
Diffstat (limited to 'doc/regexp.n')
-rw-r--r--doc/regexp.n6
1 files changed, 4 insertions, 2 deletions
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: