diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2016-02-02 13:52:06 +0100 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2016-02-02 13:52:06 +0100 |
commit | 1d85f6f97e6f45494c8555ff8039927e613f6e72 (patch) | |
tree | 51ccb34274638f32b1efbec49922a055e9c8d958 /README.md | |
parent | a5631bb6cd97f60f61b857ad365b1853ef6aa487 (diff) | |
download | lr-1d85f6f97e6f45494c8555ff8039927e613f6e72.tar.gz lr-1d85f6f97e6f45494c8555ff8039927e613f6e72.tar.xz lr-1d85f6f97e6f45494c8555ff8039927e613f6e72.zip |
add type != X
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 4ba11d3..30b11b1 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ Default: `n`. <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 |