libselinux: correct parameter type in selabel_open(3)

selabel_open(3) takes an `unsigned int` as backend parameter.

Acked-by: James Carter <jwcart2@gmail.com>
Signed-off-by: Christian Göttsche <cgzones@googlemail.com>
This commit is contained in:
Christian Göttsche 2022-04-13 17:56:31 +02:00 committed by James Carter
parent d3c21371d8
commit 63df12fec1

View File

@ -10,7 +10,7 @@ selabel_open, selabel_close \- userspace SELinux labeling interface
.br
.B #include <selinux/label.h>
.sp
.BI "struct selabel_handle *selabel_open(int " backend ,
.BI "struct selabel_handle *selabel_open(unsigned int " backend ,
.in +\w'struct selabel_handle *selabel_open('u
.BI "const struct selinux_opt *" options ,
.br