On 04/02/2015 08:17 AM, Tyler Hicks wrote:
> Create a section 3 man page for the aa_features family of functions.
> Additionally, update the in-code descriptions to match the descriptions
> in the man page.
> 
> Signed-off-by: Tyler Hicks <[email protected]>

with the couple minor changes below
Acked-by: John Johansen <[email protected]>

> ---

<< snip >>

>  
> +%.3: %.pod
> +     $(PODCHECKER) -warnings -warnings $<
> +     $(POD2MAN) \
> +             --section=3 \
> +             --release="AppArmor $(VERSION)" \
> +             --center="AppArmor" \
> +             --stderr \
> +             $< > $@
> +

err perhaps this is an artifact of patch shuffling but this re adds the %.3 
section so the
Makefile.am now has 2 of them


<< snip >>

> +=head1 DESCRIPTION
> +
> +The I<aa_features> object contains information about the AppArmor features
> +supported by a kernel. The feature support information is based upon the 
> files
> +AppArmor represents in securityfs, which is typically found at
> +/sys/kernel/security/apparmor/features/. That information may be parsed and
> +turned into a string or flat file in order to represent a set of features of
> +kernel that is not currently running.
> +
of a kernel
   ^


-- 
AppArmor mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/apparmor

Reply via email to