diff --git a/binutils/aa-enabled.pod b/binutils/aa-enabled.pod index bc9603e2b..5eef9dee7 100644 --- a/binutils/aa-enabled.pod +++ b/binutils/aa-enabled.pod @@ -56,27 +56,27 @@ Upon exiting, B will set its exit status to the following values: =over 4 -=item 0: +=item B<0> if AppArmor is enabled. -=item 1: +=item B<1> if AppArmor is not enabled/loaded. -=item 2: +=item B<2> intentionally not used as an B exit status. -=item 3: +=item B<3> if the AppArmor control files aren't available under /sys/kernel/security/. -=item 4: +=item B<4> if B doesn't have enough privileges to read the apparmor control files. -=item 64: +=item B<64> if any unexpected error or condition is encountered.