diff options
Diffstat (limited to 'lib/libposix1e')
-rw-r--r-- | lib/libposix1e/acl_set_permset.3 | 16 | ||||
-rw-r--r-- | lib/libposix1e/acl_set_tag_type.3 | 16 |
2 files changed, 6 insertions, 26 deletions
diff --git a/lib/libposix1e/acl_set_permset.3 b/lib/libposix1e/acl_set_permset.3 index 3a877d0..db63cd6 100644 --- a/lib/libposix1e/acl_set_permset.3 +++ b/lib/libposix1e/acl_set_permset.3 @@ -45,21 +45,11 @@ is a POSIX.1e call that sets the permissions of ACL entry with the permissions contained in .Fa permset_d . .Sh RETURN VALUES -Upon successful completion, the function will return a value of -.Va 0 . -Otherwise, a value of -.Va -1 -will be returned, and -.Va errno -will be set to indicate the error. +.Rv -std acl_set_permset .Sh ERRORS -If the following condition occurs, the +The .Fn acl_set_permset -function will return a value of -.Va -1 -and set -.Va errno -to the corresponding value: +function fails if: .Bl -tag -width Er .It Bq Er EINVAL Argument diff --git a/lib/libposix1e/acl_set_tag_type.3 b/lib/libposix1e/acl_set_tag_type.3 index 9eeceba..21035ff 100644 --- a/lib/libposix1e/acl_set_tag_type.3 +++ b/lib/libposix1e/acl_set_tag_type.3 @@ -45,21 +45,11 @@ is a POSIX.1e call that sets the ACL tag type of ACL entry to the value of .Fa tag_type . .Sh RETURN VALUES -Upon successful completion, the function will return a value of -.Va 0 . -Otherwise, a value of -.Va -1 -will be returned, and -.Va errno -will be set to indicate the error. +.Rv -std acl_set_tag_type .Sh ERRORS -If any of the following conditions occur, the +The .Fn acl_set_tag_type -function will return a value of -.Va -1 -and set -.Va errno -to the corresponding value: +function fails if: .Bl -tag -width Er .It Bq Er EINVAL Argument |