diff mbox

[1/2] libselinux: man: Explain how to free policy type from selinux_getpolicytype()

Message ID 1466437314-9813-1-git-send-email-plautrba@redhat.com (mailing list archive)
State Not Applicable
Headers show

Commit Message

Petr Lautrbach June 20, 2016, 3:41 p.m. UTC
From: David King <dking@redhat.com>

Additionally, fix a typo.

Signed-off-by: David King <dking@redhat.com>
---
 libselinux/man/man3/selinux_getpolicytype.3 | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
diff mbox

Patch

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