diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2011-04-19 08:04:22 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2011-04-19 08:04:22 (GMT) |
| commit | e63a8bfc1d885c7947e485c0e137dbe9047ff438 (patch) | |
| tree | f6cc2278261bc05cb0af52246a3530b185233fce | |
| parent | 51d808cdbd284c93d0a7e899e32172b1241f8a00 (diff) | |
| download | tcl-e63a8bfc1d885c7947e485c0e137dbe9047ff438.zip tcl-e63a8bfc1d885c7947e485c0e137dbe9047ff438.tar.gz tcl-e63a8bfc1d885c7947e485c0e137dbe9047ff438.tar.bz2 | |
This time, I'll try to get it right!
| -rw-r--r-- | doc/dict.n | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.) |
