diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2002-05-01 08:03:31 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2002-05-01 08:03:31 +0000 |
commit | 41434dbdbf3099a023505b5b3915bf4d9b778ee1 (patch) | |
tree | 1ca936fb3301ad4347fcc3a38fd2c83e87a15817 /lib/libc/posix1e/posix1e.3 | |
parent | 04e9f1abe6384e852ca0207d882814dab9237dd4 (diff) |
o) start new sentence on a new line;
o) always close .Bl tags;
o) fix usage of .Xr;
millert@ ok
Diffstat (limited to 'lib/libc/posix1e/posix1e.3')
-rw-r--r-- | lib/libc/posix1e/posix1e.3 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/lib/libc/posix1e/posix1e.3 b/lib/libc/posix1e/posix1e.3 index a15d887b5df..de88b5a26de 100644 --- a/lib/libc/posix1e/posix1e.3 +++ b/lib/libc/posix1e/posix1e.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: posix1e.3,v 1.4 2002/04/30 16:31:42 mpech Exp $ +.\" $OpenBSD: posix1e.3,v 1.5 2002/05/01 08:03:29 mpech Exp $ .\" .\" Copyright (c) 2000 Robert N. M. Watson .\" All rights reserved. @@ -34,8 +34,8 @@ .Nd introduction to the POSIX.1e security API .Sh DESCRIPTION The IEEE POSIX.1e specification never left draft form, but the interfaces -it describes are now widely used despite inherent limitations. Currently, -only a few of the interfaces and features are implemented in +it describes are now widely used despite inherent limitations. +Currently, only a few of the interfaces and features are implemented in .Ox , although efforts are underway to complete the integration at this time. .Pp @@ -54,14 +54,16 @@ development at this time. POSIX.1e assigns security labels to all objects, extending the security 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 +and labels necessary for mandatory access control. +POSIX.2c describes a set of userland utilities for manipulating these labels. .Sh SEE ALSO .Xr extattr 9 .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 +mailing list. +To join this list, see the .Ox POSIX.1e implementation page for more information. |