summaryrefslogtreecommitdiffstats
path: root/doc/regexp.n
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2000-04-14 06:42:31 (GMT)
committerhobbs <hobbs@noemail.net>2000-04-14 06:42:31 (GMT)
commit077c0de505d47aebdfae5e62a4ade1632dc06349 (patch)
treefbf766387ac7cb5f33d7ef18f79d4c1edded7464 /doc/regexp.n
parentb3e0273548c8f774064b24c747770c81ba09baef (diff)
downloadtcl-077c0de505d47aebdfae5e62a4ade1632dc06349.zip
tcl-077c0de505d47aebdfae5e62a4ade1632dc06349.tar.gz
tcl-077c0de505d47aebdfae5e62a4ade1632dc06349.tar.bz2
* doc/regexp.n: doc clarification [Bug: 5037]
* doc/update.n: typo fix [Bug: 4996] FossilOrigin-Name: f5cd778d6ace0269f243d38a7164305b6cc87d39
Diffstat (limited to 'doc/regexp.n')
-rw-r--r--doc/regexp.n6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/regexp.n b/doc/regexp.n
index 373691a..23140f5 100644
--- a/doc/regexp.n
+++ b/doc/regexp.n
@@ -4,7 +4,7 @@
'\" 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.8 2000/02/02 22:32:09 hobbs Exp $
+'\" RCS: @(#) $Id: regexp.n,v 1.9 2000/04/14 06:42:32 hobbs Exp $
'\"
.so man.macros
.TH regexp n 8.3 Tcl "Tcl Built-In Commands"
@@ -91,8 +91,8 @@ is specified with match variables, they will continue information for
the last match only.
.TP 15
\fB\-inline\fR
-Causes the command to return the data that would otherwise be placed
-in match variables to be returned as a list. When using \fB-inline\fR,
+Causes the command to return, as a list, the data that would otherwise
+be placed in match variables. When using \fB-inline\fR,
match variables may not be specified. If used with \fB-all\fR, the
list will be concatenated at each iteration, such that a flat list is
always returned. For each match iteration, the command will append the