libselinux: use full argument specifiers for security_check_context in man page

The argument for security_check_context(_raw) is defined as `const char *`.

Say so in the man page.

Signed-off-by: Christian Göttsche <cgzones@googlemail.com>
Acked-by: Stephen Smalley <stephen.smalley.work@gmail.com>
This commit is contained in:
Christian Göttsche 2020-08-20 17:15:51 +02:00 committed by Stephen Smalley
parent 2a60de8eca
commit 21fb5f20da
1 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,9 @@ security_check_context \- check the validity of a SELinux context
.SH "SYNOPSIS"
.B #include <selinux/selinux.h>
.sp
.BI "int security_check_context(char *" con );
.BI "int security_check_context(const char *" con );
.sp
.BI "int security_check_context_raw(char *" con );
.BI "int security_check_context_raw(const char *" con );
.
.SH "DESCRIPTION"
.BR security_check_context ()