From 6c8a5bedfffd7ea27f7f3c44469ec08acff54695 Mon Sep 17 00:00:00 2001 From: Ryan Lee Date: Thu, 3 Oct 2024 15:03:47 -0700 Subject: [PATCH] Add comment to explain podchecker warning for aa_find_mountpoint.pod Signed-off-by: Ryan Lee --- libraries/libapparmor/doc/aa_find_mountpoint.pod | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libraries/libapparmor/doc/aa_find_mountpoint.pod b/libraries/libapparmor/doc/aa_find_mountpoint.pod index 0a86e971e..c01659f8f 100644 --- a/libraries/libapparmor/doc/aa_find_mountpoint.pod +++ b/libraries/libapparmor/doc/aa_find_mountpoint.pod @@ -58,6 +58,9 @@ appropriately. =head1 ERRORS +# podchecker warns about duplicate link targets for EACCES, EBUSY, ENOENT, +# and ENOMEM, but this is a warning that is safe to ignore. + B =over 4