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:
Steve Beattie 2011-01-13 15:59:27 -06:00
parent e66c163042
commit 2cc5b3ae70

View file

@ -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