diff options
author | ru <ru@FreeBSD.org> | 2001-03-23 14:01:28 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-03-23 14:01:28 +0000 |
commit | 61a1bf81e6c5ad5077a7ca7b184f464e71541247 (patch) | |
tree | 40ed86e69e1aa7154ac51a87342b7a97dff98ac4 /lib/libposix1e | |
parent | 5ca1a4a8d79864d2e5dd2f0a5bec983729cff4fa (diff) | |
download | FreeBSD-src-61a1bf81e6c5ad5077a7ca7b184f464e71541247.zip FreeBSD-src-61a1bf81e6c5ad5077a7ca7b184f464e71541247.tar.gz |
mdoc(7) police: fix markup.
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 |