summaryrefslogtreecommitdiffstats
path: root/doc/dict.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-04-18 10:19:13 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-04-18 10:19:13 (GMT)
commit76259f2d58dc67f1a0095a1891696b69167c3902 (patch)
tree82baf05c6b54ff4101c37e6491e9638e17e2db85 /doc/dict.n
parent0b32f3c0e110a1766217c7540ee8d14ef79df71b (diff)
downloadtcl-76259f2d58dc67f1a0095a1891696b69167c3902.zip
tcl-76259f2d58dc67f1a0095a1891696b69167c3902.tar.gz
tcl-76259f2d58dc67f1a0095a1891696b69167c3902.tar.bz2
[Bug 3288696]: Command summary was confusingly wrong when it came to [dict
filter] with a 'value' filter.
Diffstat (limited to 'doc/dict.n')
-rw-r--r--doc/dict.n2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dict.n b/doc/dict.n
index c14a06f..561d418 100644
--- a/doc/dict.n
+++ b/doc/dict.n
@@ -67,7 +67,7 @@ dictionary, and a condition of \fBTCL_CONTINUE\fR is equivalent to a false
result. The key/value pairs are tested in the order in which the keys
were inserted into the dictionary.
.TP
-\fBdict filter \fIdictionaryValue \fBvalue \fIglobPattern\fR
+\fBdict filter \fIdictionaryValue \fBvalue \fIglobPattern ...\fR
.VS 8.6
The value rule only matches those key/value pairs whose values match any
of the given patterns (in the style of \fBstring match\fR.)