mirror of
https://github.com/SELinuxProject/selinux
synced 2025-02-28 23:40:35 +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.
|
||||
.
|
||||
.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
|
||||
is set appropriately.
|
||||
.
|
||||
|
Loading…
Reference in New Issue
Block a user