about summary refs log tree commit diff
path: root/lr.1
diff options
context:
space:
mode:
Diffstat (limited to 'lr.1')
-rw-r--r--lr.12
1 files changed, 1 insertions, 1 deletions
diff --git a/lr.1 b/lr.1
index 880d69f..d422344 100644
--- a/lr.1
+++ b/lr.1
@@ -256,7 +256,7 @@ tests are given by the following EBNF:
 
 <str>      ::= " ([^"] | "")+ "  -- use "" for a single " inside "
 
-<typetest> ::= type ( == | = ) ( b | c | d | p | f | l )
+<typetest> ::= type ( == | = | != ) ( b | c | d | p | f | l )
 
 <modetest> ::= mode ( == | =     -- exact permissions
                     | &          -- check if all bits of <octal> set