mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Merge from trunk revision 1579: apparmor.d.pod: document [^]
Nominated-by: Jamie Strandboge <jamie@canonical.com> Acked-By: Steve Beattie <sbeattie@ubuntu.com>
This commit is contained in:
parent
e66c163042
commit
2cc5b3ae70
1 changed files with 4 additions and 0 deletions
|
@ -351,6 +351,10 @@ will substitute for the single character a, b, or c
|
|||
|
||||
will substitute for the single character a, b, or c
|
||||
|
||||
=item B<[^a-c]>
|
||||
|
||||
will substitute for any single character not matching a, b or c
|
||||
|
||||
=item B<{ab,cd}>
|
||||
|
||||
will expand to one rule to match ab, one rule to match cd
|
||||
|
|
Loading…
Add table
Reference in a new issue