diff options
-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 |