From 84bf53428277176d9876ab35205d8bcc225d5480 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 9 Nov 2014 15:09:40 +0100 Subject: [PATCH] sysdbql(7): Documented iterator support for arrays. --- doc/sysdbql.7.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/sysdbql.7.txt b/doc/sysdbql.7.txt index 3ef41c1..03e09c7 100644 --- a/doc/sysdbql.7.txt +++ b/doc/sysdbql.7.txt @@ -106,15 +106,15 @@ Boolean expressions may use the following operators: match except for a few cases as noted in the documentation of the respective operator. -*ANY* '' '' '':: - Compares the objects of an iterable child using any compare operator. - Evaluates to true if any of those child objects matches or false if no - such children exist. Otherwise, the same rules as for other comparison - operations apply. - -*ALL* '' '' '':: - *ALL* is similar to the *ANY* operator but matches if all child objects - match or if no children exist. +*ANY* '' '' '':: + Compares each element of an iterable using any compare operator. Evaluates + to true if any of the elements matches or false if no such elements exist. + Otherwise, the same rules as for other comparison operations apply. + Attributes, a host's services and metrics, and arrays are iterables. + +*ALL* '' '' '':: + *ALL* is similar to the *ANY* operator but matches if all elements match + or if no elements exist. '' *IS NULL*:: '' *IS NOT NULL*:: -- 2.30.2