Skip to content
Snippets Groups Projects
Commit eed2d5db authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

only document 'subtree', but also allow 'sub'

parent 381e293b
No related branches found
No related tags found
No related merge requests found
......@@ -94,8 +94,6 @@ for an exact match of the entry,
.B one
to indicate all the entries immediately below the
.BR pattern ,
.B sub
or
.B subtree
to indicate all the subentries of an entry including the entry itself,
.B children
......@@ -260,8 +258,6 @@ case apply.
The
.BR domain
clause also allows the
.B sub
or
.B subtree
style, which succeeds when a fully qualified name exactly matches the
.BR domain
......
......@@ -1282,7 +1282,7 @@ acl_usage( void )
"\t[aci=<attrname>]\n"
#endif
"\t[ssf=<n>] [transport_ssf=<n>] [tls_ssf=<n>] [sasl_ssf=<n>]\n"
"<dnstyle> ::= regex | base | exact (alias of base) | one | sub[tree] | children\n"
"<dnstyle> ::= regex | base | exact (alias of base) | one | subtree | children\n"
"<style> ::= regex | base | exact (alias of base)\n"
"<groupflags> ::= R\n"
"<access> ::= [self]{<level>|<priv>}\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment