about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
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