summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2015-08-30 20:21:46 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2015-08-30 20:21:46 (GMT)
commitb3892c40184a76b94ab6ad2fd51e6ad6f18be85b (patch)
treeca3ba245dd87a7dfcc2d2794d161629c77ba9c28
parent3d8fa193f4bf848e3cb90222bbf60046e8f41364 (diff)
parenta3c3dc2581d3150273e062357b27ea8966cca8b5 (diff)
downloadtcl-b3892c40184a76b94ab6ad2fd51e6ad6f18be85b.zip
tcl-b3892c40184a76b94ab6ad2fd51e6ad6f18be85b.tar.gz
tcl-b3892c40184a76b94ab6ad2fd51e6ad6f18be85b.tar.bz2
[7703ff1082] Improved wording.
-rw-r--r--doc/library.n9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/library.n b/doc/library.n
index 59f941b..6f8f265 100644
--- a/doc/library.n
+++ b/doc/library.n
@@ -196,10 +196,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.
\fIArrayName\fR must be an array accessible to the caller of \fBparray\fR.
It may be either local or global.
.TP