summaryrefslogtreecommitdiffstats
path: root/doc/dict.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-04-19 08:04:22 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-04-19 08:04:22 (GMT)
commit52110fe64ab3669264a4b65bed6de20dc5ad0c38 (patch)
treef6cc2278261bc05cb0af52246a3530b185233fce /doc/dict.n
parent80fb5aa775eab07d8730aaf6a50bfb1fe153aeee (diff)
downloadtcl-52110fe64ab3669264a4b65bed6de20dc5ad0c38.zip
tcl-52110fe64ab3669264a4b65bed6de20dc5ad0c38.tar.gz
tcl-52110fe64ab3669264a4b65bed6de20dc5ad0c38.tar.bz2
This time, I'll try to get it right!
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 561d418..b8386f2 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 \fR?\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.)