libselinux: man: Explain how to free policy type from selinux_getpolicytype()

Additionally, fix a typo.

Signed-off-by: David King <dking@redhat.com>
This commit is contained in:
David King 2016-06-20 17:41:53 +02:00 committed by Stephen Smalley
parent 7dd0afc9a1
commit 984fd069e2

View File

@ -13,7 +13,10 @@ Reads the contents of the
.I /etc/selinux/config .I /etc/selinux/config
file to determine the SELinux policy used on the system, and sets file to determine the SELinux policy used on the system, and sets
.I \%policytype .I \%policytype
accordinly. accordingly. Free
.I \%policytype
with
.BR free (3).
. .
.SH "RETURN VALUE" .SH "RETURN VALUE"
On success, zero is returned. On success, zero is returned.