summaryrefslogtreecommitdiffstats
path: root/lib/libc/posix1e
diff options
context:
space:
mode:
authormpech <mpech@openbsd.org>2002-04-30 16:31:42 +0000
committermpech <mpech@openbsd.org>2002-04-30 16:31:42 +0000
commit49bdad570bd1d68338d6afe21882d4af0d059a5c (patch)
tree4bf69fc12d4b749e6f9b04d90650efc793ea2676 /lib/libc/posix1e
parenttypo: form -> from. From form@ (diff)
downloadwireguard-openbsd-49bdad570bd1d68338d6afe21882d4af0d059a5c.tar.xz
wireguard-openbsd-49bdad570bd1d68338d6afe21882d4af0d059a5c.zip
Initial cleanup:
o) remove extra space in the end of line; o) remove extra blank lines in the end of file; o) remove .Pp before .Ss; o) CAVEAT -> CAVEATS; o) fix usage of .Fa; o) <blank-line> -> .Pp; o) wrap long lines; millert@ ok
Diffstat (limited to 'lib/libc/posix1e')
-rw-r--r--lib/libc/posix1e/posix1e.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/posix1e/posix1e.3 b/lib/libc/posix1e/posix1e.3
index 136028eaafb..a15d887b5df 100644
--- a/lib/libc/posix1e/posix1e.3
+++ b/lib/libc/posix1e/posix1e.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: posix1e.3,v 1.3 2002/02/23 19:26:20 fgsch Exp $
+.\" $OpenBSD: posix1e.3,v 1.4 2002/04/30 16:31:42 mpech Exp $
.\"
.\" Copyright (c) 2000 Robert N. M. Watson
.\" All rights reserved.
@@ -41,11 +41,11 @@ although efforts are underway to complete the integration at this time.
.Pp
POSIX.1e describes five security extensions to the base POSIX.1 API:
Access Control Lists (ACLs), Auditing, Capabilities, Mandatory Access
-Control, and Information Flow Labels.
+Control, and Information Flow Labels.
.Pp
POSIX.1e defines both syntax and semantics for these features, but fairly
substantial changes are required to implement these features in the
-operating system.
+operating system.
.Sh IMPLEMENTATION NOTES
.Fx Ns 's
support for POSIX.1e interfaces and features is still under