diff options
Diffstat (limited to 'lib/libc/posix1e/posix1e.3')
-rw-r--r-- | lib/libc/posix1e/posix1e.3 | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/lib/libc/posix1e/posix1e.3 b/lib/libc/posix1e/posix1e.3 index 3909c72..3d43382 100644 --- a/lib/libc/posix1e/posix1e.3 +++ b/lib/libc/posix1e/posix1e.3 @@ -29,7 +29,8 @@ .Dt POSIX1E 3 .Os FreeBSD 4.0 .Sh NAME -.Nm posix1e \- introduction to the POSIX.1e security API +.Nm posix1e +.Nd introduction to the POSIX.1e security API .Sh SYNOPSIS .Fd #include <sys/acl.h> .Fd #include <sys/audit.h> @@ -37,7 +38,7 @@ .Fd #include <sys/mac.h> .Sh DESCRIPTION The IEEE POSIX.1e specification never left draft form, but the interfaces -it describes are now widely used despite inherrent limitations. Currently, +it describes are now widely used despite inherent limitations. Currently, only a few of the interfaces and features are implemented in FreeBSD, although efforts are underway to complete the integration at this time. @@ -71,7 +72,9 @@ functionality described in POSIX.1. These additional labels provide fine-grained discretionary access control, fine-grained capabilities, and labels necessary for mandatory access control. POSIX.2c describes a set of userland utilities for manipulating these labels. These userland -utilities are not bundled with FreeBSD 4.0 so as to discourage their +utilities are not bundled with +.Fx 4.0 +so as to discourage their use in the short term. .Sh FILES .Sh SEE ALSO @@ -81,12 +84,17 @@ use in the short term. .Sh STANDARDS POSIX.1e is described in IEEE POSIX.1e draft 17. Discussion of the draft continues on the cross-platform POSIX.1e implementation -mailing list. To join this list, see the FreeBSD POSIX.1e implementation +mailing list. To join this list, see the +.Fx +POSIX.1e implementation page for more information. .Sh HISTORY -POSIX.1e support was introduced in FreeBSD 4.0, and development continues. +POSIX.1e support was introduced in +.Fx 4.0 , +and development continues. .Sh AUTHORS -Robert N M Watson, Ilmar S Habibulin +.An Robert N M Watson , +.An Ilmar S Habibulin .Sh BUGS These features are not yet fully implemented. In particular, the shipped version of UFS/FFS does not support storage of additional security labels, |