[apparmor] [PATCH 4/4] libapparmor: Fix minor formatting issue in the aa_query_label(2) man

John Johansen john.johansen at canonical.com
Fri Jan 8 20:37:43 UTC 2016


On 01/08/2016 08:51 AM, Tyler Hicks wrote:
> Remove extra leading parenthesis from some of the function prototypes.
> 
> Signed-off-by: Tyler Hicks <tyhicks at canonical.com>
Acked-by: John Johansen <john.johansen at canonical.com>

> ---
>  libraries/libapparmor/doc/aa_query_label.pod | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/libraries/libapparmor/doc/aa_query_label.pod b/libraries/libapparmor/doc/aa_query_label.pod
> index cc901af..7531944 100644
> --- a/libraries/libapparmor/doc/aa_query_label.pod
> +++ b/libraries/libapparmor/doc/aa_query_label.pod
> @@ -32,11 +32,11 @@ aa_query_link_path, aa_query_link_path_len - query access permissions of a link
>  
>  B<#include E<lt>sys/apparmor.hE<gt>>
>  
> -B<int aa_query_label((uint32_t mask, char *query, size_t size, int *allowed, int *audited);>
> +B<int aa_query_label(uint32_t mask, char *query, size_t size, int *allowed, int *audited);>
>  
> -B<int aa_query_file_path((uint32_t mask, const char *label, size_t label_len, const char *path, int *allowed, int *audited);>
> +B<int aa_query_file_path(uint32_t mask, const char *label, size_t label_len, const char *path, int *allowed, int *audited);>
>  
> -B<int aa_query_file_path_len((uint32_t mask, const char *label, size_t label_len, const char *path, size_t path_len, int *allowed, int *audited);>
> +B<int aa_query_file_path_len(uint32_t mask, const char *label, size_t label_len, const char *path, size_t path_len, int *allowed, int *audited);>
>  
>  B<int aa_query_link_path(const char *label, const char *target, const char *link, int *allowed, int *audited);>
>  
> 




More information about the AppArmor mailing list