about summary refs log tree commit diff
path: root/lr.1
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-02-02 13:52:06 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2016-02-02 13:52:06 +0100
commit1d85f6f97e6f45494c8555ff8039927e613f6e72 (patch)
tree51ccb34274638f32b1efbec49922a055e9c8d958 /lr.1
parenta5631bb6cd97f60f61b857ad365b1853ef6aa487 (diff)
downloadlr-1d85f6f97e6f45494c8555ff8039927e613f6e72.tar.gz
lr-1d85f6f97e6f45494c8555ff8039927e613f6e72.tar.xz
lr-1d85f6f97e6f45494c8555ff8039927e613f6e72.zip
add type != X
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