diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-09-23 13:22:09 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-09-23 13:22:09 (GMT) |
commit | 93cc89e95b9f7beacfffdc354a2096d7dcb96bd5 (patch) | |
tree | ffe62d2d40d2a4670ee136cf79447c3117e23216 /doc/regsub.n | |
parent | 282e134aeee90a7223dae8944b610c218aeaec78 (diff) | |
download | tcl-93cc89e95b9f7beacfffdc354a2096d7dcb96bd5.zip tcl-93cc89e95b9f7beacfffdc354a2096d7dcb96bd5.tar.gz tcl-93cc89e95b9f7beacfffdc354a2096d7dcb96bd5.tar.bz2 |
Fix [Bug 2118123]
Diffstat (limited to 'doc/regsub.n')
-rw-r--r-- | doc/regsub.n | 6 |
1 files changed, 4 insertions, 2 deletions
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: |