mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
libapparmor: Fix typos in aa_kernel_interface(3) man page
The RETURN VALUE section contained two typos where "kernel_features" was used instead of "kernel_interface". Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
This commit is contained in:
parent
56394f8def
commit
b813beeb1b
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ I<*kernel_interface> will point to an I<aa_kernel_interface> object that must
|
|||
be freed by aa_kernel_interface_unref(). -1 is returned on error, with errno
|
||||
set appropriately, and I<*kernel_interface> will be set to NULL.
|
||||
|
||||
aa_kernel_features_ref() returns the value of I<kernel_features>.
|
||||
aa_kernel_interface_ref() returns the value of I<kernel_interface>.
|
||||
|
||||
The aa_kernel_interface_load() family of functions, the
|
||||
aa_kernel_interface_replace() family of functions,
|
||||
|
|
Loading…
Add table
Reference in a new issue