diff options
author | ru <ru@FreeBSD.org> | 2001-09-05 11:09:36 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-09-05 11:09:36 +0000 |
commit | a6e413429a256d50629129a18d620da27917cfb6 (patch) | |
tree | 4572f96cbeec3c6eeee400d2568a01de0e573199 | |
parent | 3a06883f57199a0069c1e850b394acd2643a929f (diff) | |
download | FreeBSD-src-a6e413429a256d50629129a18d620da27917cfb6.zip FreeBSD-src-a6e413429a256d50629129a18d620da27917cfb6.tar.gz |
mdoc(7) police: markup nits.
-rw-r--r-- | share/man/man9/vaccess_acl_posix1e.9 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/share/man/man9/vaccess_acl_posix1e.9 b/share/man/man9/vaccess_acl_posix1e.9 index 5e88cfe..7cd1afd 100644 --- a/share/man/man9/vaccess_acl_posix1e.9 +++ b/share/man/man9/vaccess_acl_posix1e.9 @@ -30,7 +30,7 @@ .Dt VACCESS_ACL_POSIX1E 9 .Sh NAME .Nm vaccess_acl_posix1e -.Nd generate an POSIX.1e ACL access control decision using vnode parameters +.Nd generate a POSIX.1e ACL access control decision using vnode parameters .Sh SYNOPSIS .In sys/types.h .In sys/vnode.h @@ -52,7 +52,7 @@ discretionary file security model with POSIX.1e ACL extensions. It accepts the vnodes type .Fa type , -owning UID +owning UID .Fa file_uid , owning GID .Fa file_gid , @@ -87,7 +87,9 @@ be composed with the return value. The algorithm used by .Fn vaccess_acl_posix1e is based on the POSIX.1e ACL evaluation algorithm. -The algorithm selects a "matching" entry from the access ACL, which may +The algorithm selects a +.Em matching +entry from the access ACL, which may then be composed with an available ACL mask entry, providing .Ux security compatibility. @@ -121,6 +123,6 @@ This man page and the current implementation of .Fn vaccess_acl_posix1e were written by .An Robert Watson . -.Ss BUGS +.Sh BUGS This man page should include a full description of the POSIX.1e ACL evaluation algorithm, or cross reference another page that does. |