diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2015-08-17 12:35:27 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2015-08-17 12:35:27 (GMT) |
commit | ad86ffae8c9504f573b41cb5a09d74da963ccfba (patch) | |
tree | 7a1ba070440785b9fdc624c4c069007e4a7b9fc2 /doc/regexp.n | |
parent | 4425c3fa7fe3cfda38626ea163d14bf2bd436da7 (diff) | |
download | tcl-ad86ffae8c9504f573b41cb5a09d74da963ccfba.zip tcl-ad86ffae8c9504f573b41cb5a09d74da963ccfba.tar.gz tcl-ad86ffae8c9504f573b41cb5a09d74da963ccfba.tar.bz2 |
[e424e31ac7]: Corrected documentation of [regexp -indices] to mention all affected arguments.
Diffstat (limited to 'doc/regexp.n')
-rw-r--r-- | doc/regexp.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/regexp.n b/doc/regexp.n index 17bf564..5fc2895 100644 --- a/doc/regexp.n +++ b/doc/regexp.n @@ -51,7 +51,7 @@ the \fB(?x)\fR embedded option (see the \fBre_syntax\fR manual page). .TP 15 \fB\-indices\fR . -Changes what is stored in the \fIsubMatchVar\fRs. +Changes what is stored in the \fImatchVar\fR and \fIsubMatchVar\fRs. Instead of storing the matching characters from \fIstring\fR, each variable will contain a list of two decimal strings giving the indices |