mirror of
https://github.com/SELinuxProject/selinux
synced 2025-03-01 07:50:38 +00:00
libselinux: man: context_new(3): fix the return value description
Signed-off-by: Eric Paris <eparis@redhat.com> Acked-by: Dan Walsh <dwalsh@redhat.com>
This commit is contained in:
parent
be2d728599
commit
2f624c94c7
@ -69,7 +69,13 @@ structure.
|
|||||||
set a context component.
|
set a context component.
|
||||||
.
|
.
|
||||||
.SH "RETURN VALUE"
|
.SH "RETURN VALUE"
|
||||||
On success, zero is returned. On failure, \-1 is returned and
|
On failure
|
||||||
|
.BR context_*_set ()
|
||||||
|
functions return non-zero and 0 on success.
|
||||||
|
|
||||||
|
The other functions return NULL on failure and non-NULL on success.
|
||||||
|
|
||||||
|
On failure
|
||||||
.I errno
|
.I errno
|
||||||
is set appropriately.
|
is set appropriately.
|
||||||
.
|
.
|
||||||
|
Loading…
Reference in New Issue
Block a user