From a5631bb6cd97f60f61b857ad365b1853ef6aa487 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Tue, 2 Feb 2016 13:47:27 +0100 Subject: allow = instead of == --- lr.1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lr.1') diff --git a/lr.1 b/lr.1 index 2578b2d..880d69f 100644 --- a/lr.1 +++ b/lr.1 @@ -224,7 +224,7 @@ tests are given by the following EBNF: ::= depth | dev | entries | gid | inode | links | mode | rdev | size | total | uid - ::= <= | < | >= | > | == | != + ::= <= | < | >= | > | == | = | != ::= "./path" -- mtime of relative path | "/path" -- mtime of absolute path @@ -247,7 +247,7 @@ tests are given by the following EBNF: ::= fstype | group | name | path | target | user - ::= == -- string equality + ::= == | = -- string equality | === -- case insensitive string equality | ~~ -- glob (fnmatch) | ~~~ -- case insensitive glob (fnmatch) @@ -256,9 +256,9 @@ tests are given by the following EBNF: ::= " ([^"] | "")+ " -- use "" for a single " inside " - ::= type == ( b | c | d | p | f | l ) + ::= type ( == | = ) ( b | c | d | p | f | l ) - ::= mode ( == -- exact permissions + ::= mode ( == | = -- exact permissions | & -- check if all bits of set | | -- check if any bit of set ) -- cgit 1.4.1