Document +0

This commit is contained in:
Kurt Zeilenga 2003-12-19 05:06:51 +00:00
parent 492aee7cd1
commit aabcce3e58
2 changed files with 5 additions and 3 deletions

View File

@ -374,7 +374,7 @@ Its component are defined as
.LP
.nf
<level> ::= none|auth|compare|search|read|write
<priv> ::= {=|+|-}{w|r|s|c|x}+
<priv> ::= {=|+|-}{w|r|s|c|x|0}+
.fi
.LP
The modifier
@ -438,7 +438,9 @@ for search,
for compare, and
.B x
for authentication.
More than one privilege can be added in one statement.
More than one of the above privileges can be added in one statement.
.B 0
indicates no privileges and is used only by itself (e.g., +0).
.LP
The optional field
.B <control>

View File

@ -1396,7 +1396,7 @@ acl_usage( void )
"<style> ::= regex | base | exact\n"
"<access> ::= [self]{<level>|<priv>}\n"
"<level> ::= none | auth | compare | search | read | write\n"
"<priv> ::= {=|+|-}{w|r|s|c|x}+\n"
"<priv> ::= {=|+|-}{w|r|s|c|x|0}+\n"
"<control> ::= [ stop | continue | break ]\n"
);
exit( EXIT_FAILURE );