Skip to content
Snippets Groups Projects
Commit 49788d8a authored by Seblu's avatar Seblu
Browse files

grammar fixes

parent 92237264
No related branches found
No related tags found
No related merge requests found
......@@ -121,11 +121,10 @@ disk1_pool: storage pool back reference (eg: vg) [vmonly]
disk1_voln: storage pool volume back reference (eg: ) [vmonly]
== grammar ==
input: prop EOL
input: [ prop ] EOL
prop: "(" prop ")" | stat
stat: prop sep prop | prop mod word | close
close: word [ op word ] | ¤
stat: [ prop ] sep prop | [ prop ] mod word | clause
clause: word [ op word ]
sep: "&" | "|"
mod: "^" | "%" | "$"
op: "=" | "!=" | ":" | "!:" | "~" | "!~" | ">" | ">=" | "<" | "<="
¤:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment