mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
libapparmor: Fix pod2man warning in aa_splitcon(3)
*** WARNING: 2 unescaped <> in paragraph at line 43 in file aa_splitcon.pod Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
This commit is contained in:
parent
c6e395c08f
commit
20c2c4c171
1 changed files with 3 additions and 3 deletions
|
@ -40,9 +40,9 @@ terminated. The enforcement mode is also NUL terminated and the parenthesis
|
|||
surrounding the mode are removed. If @mode is non-NULL, it will point to the
|
||||
first character in the enforcement mode string on success.
|
||||
|
||||
The Linux kernel's /proc/<PID>/attr/current interface appends a trailing
|
||||
newline character to AppArmor contexts that are read from that file. If @con
|
||||
contains a single trailing newline character, it will be stripped by
|
||||
The Linux kernel's /proc/E<lt>PIDE<gt>/attr/current interface appends a
|
||||
trailing newline character to AppArmor contexts that are read from that file.
|
||||
If @con contains a single trailing newline character, it will be stripped by
|
||||
aa_splitcon() prior to all other processing.
|
||||
|
||||
=head1 RETURN VALUE
|
||||
|
|
Loading…
Add table
Reference in a new issue