summaryrefslogtreecommitdiffstats
path: root/doc/dict.n
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2020-01-10 17:40:34 (GMT)
committerdgp <dgp@users.sourceforge.net>2020-01-10 17:40:34 (GMT)
commit31f988f9c8583f704998b8c21a66fbefa136651b (patch)
treeb5313a900cccc45a2ebfc9197f597fd39b74645f /doc/dict.n
parent341619118a2ea2f6da6062f2069842d22d2bbb8f (diff)
parent2d27c96b7eebdceae93e88adf3ca88ebbc6efab5 (diff)
downloadtcl-31f988f9c8583f704998b8c21a66fbefa136651b.zip
tcl-31f988f9c8583f704998b8c21a66fbefa136651b.tar.gz
tcl-31f988f9c8583f704998b8c21a66fbefa136651b.tar.bz2
merge 8.7
Diffstat (limited to 'doc/dict.n')
-rw-r--r--doc/dict.n4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/dict.n b/doc/dict.n
index 3475415..ff56b22 100644
--- a/doc/dict.n
+++ b/doc/dict.n
@@ -54,10 +54,8 @@ type (which may be abbreviated.) Supported filter types are:
.RS
.TP
\fBdict filter \fIdictionaryValue \fBkey\fR ?\fIglobPattern ...\fR?
-.VS 8.6
The key rule only matches those key/value pairs whose keys match any
of the given patterns (in the style of \fBstring match\fR.)
-.VE 8.6
.TP
\fBdict filter \fIdictionaryValue \fBscript {\fIkeyVariable valueVariable\fB} \fIscript\fR
.
@@ -74,10 +72,8 @@ result. The key/value pairs are tested in the order in which the keys
were inserted into the dictionary.
.TP
\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.)
-.VE 8.6
.RE
.TP
\fBdict for {\fIkeyVariable valueVariable\fB} \fIdictionaryValue body\fR