From d1aefd1cc15a810acc6dfdf59f14fcc67b61c8e1 Mon Sep 17 00:00:00 2001 From: Radim Hrazdil Date: Thu, 1 Sep 2022 15:07:27 +0200 Subject: [PATCH] docs: update policy syntax to feature boolean type Signed-off-by: Radim Hrazdil --- docs/user-guide/102-policy-syntax.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/user-guide/102-policy-syntax.md b/docs/user-guide/102-policy-syntax.md index 7cb0f44c..b9cb9a90 100644 --- a/docs/user-guide/102-policy-syntax.md +++ b/docs/user-guide/102-policy-syntax.md @@ -36,6 +36,7 @@ The following is a semi-formal definition of the capture entry expression: ::= [0-9] ::= + ::= ( | "-" | )* + ::= "true" | "false" ::= "." ::= ( ( | ))* ::= \" ()* \" @@ -43,9 +44,9 @@ The following is a semi-formal definition of the capture entry expression: ::= ::= "capture" ::= "==" - ::= ( | | ) + ::= ( | | | ) ::= ":=" - ::= ( | | ) + ::= ( | | | ) ::= ::= | | ::= "|"