diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-02-20 15:32:52 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-02-20 15:32:52 (GMT) |
commit | 5aef12f2ed2ef377243d665650af27074b1d9df7 (patch) | |
tree | d48e6d383b0e199790200f5fb8043cc91969a28b | |
parent | effb33b079561dbc4c3dce1f92f78bb618fbbbc9 (diff) | |
download | tcl-5aef12f2ed2ef377243d665650af27074b1d9df7.zip tcl-5aef12f2ed2ef377243d665650af27074b1d9df7.tar.gz tcl-5aef12f2ed2ef377243d665650af27074b1d9df7.tar.bz2 |
Typo fix [Bug #688943]
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | doc/regsub.n | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2003-02-20 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * doc/regsub.n: Typo fix [Bug #688943] + 2003-02-19 Jeff Hobbs <jeffh@ActiveState.com> * unix/tclUnixThrd.c (TclpReaddir): diff --git a/doc/regsub.n b/doc/regsub.n index 6fa4bd0..d0c6e01 100644 --- a/doc/regsub.n +++ b/doc/regsub.n @@ -6,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.8 2002/02/22 14:52:45 dkf Exp $ +'\" RCS: @(#) $Id: regsub.n,v 1.9 2003/02/20 15:33:02 dkf Exp $ '\" .so man.macros .TH regsub n 8.3 Tcl "Tcl Built-In Commands" @@ -52,7 +52,7 @@ with the Tcl parser's use of backslashes, so it's generally safest to enclose \fIsubSpec\fR in braces if it includes backslashes. .LP -If the initial arguments to \fBregexp\fR start with \fB\-\fR then +If the initial arguments to \fBregsub\fR start with \fB\-\fR then they are treated as switches. The following switches are currently supported: .TP 10 |