From 14b3f7b10acb6494c7f1c5c0291ff1297f3cdff8 Mon Sep 17 00:00:00 2001 From: hobbs Date: Fri, 14 Apr 2000 06:42:32 +0000 Subject: * doc/regexp.n: doc clarification [Bug: 5037] * doc/update.n: typo fix [Bug: 4996] --- doc/regexp.n | 6 +++--- doc/update.n | 4 ++-- 2 files changed, 5 insertions(+), 5 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 diff --git a/doc/update.n b/doc/update.n index 863e8c8..066a0b8 100644 --- a/doc/update.n +++ b/doc/update.n @@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: update.n,v 1.2 1998/09/14 18:39:56 stanton Exp $ +'\" RCS: @(#) $Id: update.n,v 1.3 2000/04/14 06:42:32 hobbs Exp $ '\" .so man.macros .TH update n 7.5 Tcl "Tcl Built-In Commands" @@ -20,7 +20,7 @@ update \- Process pending events and idle callbacks .SH DESCRIPTION .PP This command is used to bring the application ``up to date'' -by entering the event loop repeated until all pending events +by entering the event loop repeatedly until all pending events (including idle callbacks) have been processed. .PP If the \fBidletasks\fR keyword is specified as an argument to the -- cgit v0.12