diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2015-08-30 20:20:09 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2015-08-30 20:20:09 (GMT) |
commit | eece945b8b5d975cdd0277cef977664d6f40449f (patch) | |
tree | f19d85f1fc7058263cbb6f698e9552506f5cc5b2 /doc | |
parent | a1b2c2febad29839e3a9f33fe1eb980f76679d30 (diff) | |
download | tcl-eece945b8b5d975cdd0277cef977664d6f40449f.zip tcl-eece945b8b5d975cdd0277cef977664d6f40449f.tar.gz tcl-eece945b8b5d975cdd0277cef977664d6f40449f.tar.bz2 |
[7703ff1082] Improved wording.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/library.n | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/library.n b/doc/library.n index 79817f2..c86da3e 100644 --- a/doc/library.n +++ b/doc/library.n @@ -189,10 +189,11 @@ bin or bin/\fIarch\fR directory; relative to the executable file in the current build tree; relative to the executable file in a parallel build tree. .TP -\fBparray \fIarrayName\fR\ ?\fIpattern\fR? -Prints on standard output the names and values of all the elements -in the array \fIarrayName\fR that match \fIpattern\fR (using the -matching rules of \fBstring match\fR). +\fBparray \fIarrayName\fR ?\fIpattern\fR? +Prints on standard output the names and values of all the elements in the +array \fIarrayName\fR, or just the names that match \fIpattern\fR (using the +matching rules of \fBstring match\fR) and their values if \fIpattern\fR is +given. \fBArrayName\fR must be an array accessible to the caller of \fBparray\fR. It may be either local or global. .TP |