aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@googlemail.com>2008-05-09 06:56:13 -0700
committerAndrew G. Morgan <morgan@kernel.org>2008-05-09 06:56:13 -0700
commit1501b33e65290e02e73d97d174e2610068a42faa (patch)
tree709375f7ad9c5d8683d32daa1dc9b6d8dd2234ba
parent53c22f79ccf978317edca6fd33d7d7ab95d854bc (diff)
downloadlibcap-1501b33e65290e02e73d97d174e2610068a42faa.tar.gz
Indicate fate of POSIX.1e draft.
Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
-rw-r--r--doc/cap_clear.36
-rw-r--r--doc/cap_copy_ext.32
-rw-r--r--doc/cap_from_text.32
-rw-r--r--doc/cap_get_file.32
-rw-r--r--doc/cap_get_proc.34
-rw-r--r--doc/cap_init.32
6 files changed, 8 insertions, 10 deletions
diff --git a/doc/cap_clear.3 b/doc/cap_clear.3
index 90250da..466ff38 100644
--- a/doc/cap_clear.3
+++ b/doc/cap_clear.3
@@ -22,7 +22,7 @@ in such a way that all capability flags are cleared.
.BR cap_clear_flag ()
resets, to
.BR CAP_CLEAR ,
-all of the capabilities of the specific capability flag,
+all of the capabilities of the specified capability flag,
.IR flag .
.PP
.BR cap_get_flag ()
@@ -81,9 +81,9 @@ is set to
.BR EINVAL ,
indicating that one of the arguments is invalid.
.SH "CONFORMING TO"
-These functions are as per the defunct POSIX.1e. spec.
+These functions are as per the withdrawn POSIX.1e draft specification.
.BR cap_clear_flag ()
-is an extension.
+is a Linux extension.
.SH "SEE ALSO"
.BR cap_copy_ext (3),
.BR cap_from_text (3),
diff --git a/doc/cap_copy_ext.3 b/doc/cap_copy_ext.3
index 9e36955..0682f52 100644
--- a/doc/cap_copy_ext.3
+++ b/doc/cap_copy_ext.3
@@ -92,7 +92,7 @@ is set to
or
.BR ERANGE .
.SH "CONFORMING TO"
-These functions are specified by POSIX.1e.
+These functions are specified in the withdrawn POSIX.1e draft specification.
.SH "SEE ALSO"
.BR cap_clear (3),
.BR cap_from_text (3),
diff --git a/doc/cap_from_text.3 b/doc/cap_from_text.3
index a8a255c..5b62129 100644
--- a/doc/cap_from_text.3
+++ b/doc/cap_from_text.3
@@ -162,7 +162,7 @@ or
.BR cap_from_text ()
and
.BR cap_to_text ()
-are specified by the withdrawn POSIX.1e draft.
+are specified by the withdrawn POSIX.1e draft specification.
.BR cap_from_name ()
and
.BR cap_to_name ()
diff --git a/doc/cap_get_file.3 b/doc/cap_get_file.3
index e0dbdc3..67aa997 100644
--- a/doc/cap_get_file.3
+++ b/doc/cap_get_file.3
@@ -89,7 +89,7 @@ is set to
or
.BR EROFS .
.SH "CONFORMING TO"
-These functions are specified by POSIX.1e.
+These functions are specified by withdrawn POSIX.1e draft specification.
.SH "SEE ALSO"
.BR cap_clear (3),
.BR cap_copy_ext (3),
diff --git a/doc/cap_get_proc.3 b/doc/cap_get_proc.3
index cfffaf2..11e7cd2 100644
--- a/doc/cap_get_proc.3
+++ b/doc/cap_get_proc.3
@@ -99,8 +99,7 @@ or
.BR cap_set_proc ()
and
.BR cap_get_proc ()
-are functions specified in the draft for POSIX.1e.
-
+are functions specified in the withdrawn POSIX.1e draft specification.
.SH "NOTES"
The function
.BR capsetp ()
@@ -114,7 +113,6 @@ available to them are processes started as a kernel-thread.
.BR init (8),
kflushd and kswapd). You will need to recompile the kernel to modify
this default.
-
.SH "SEE ALSO"
.BR cap_clear (3),
.BR cap_copy_ext (3),
diff --git a/doc/cap_init.3 b/doc/cap_init.3
index 0921dc3..7dcd691 100644
--- a/doc/cap_init.3
+++ b/doc/cap_init.3
@@ -70,7 +70,7 @@ is set to
or
.BR ENOMEM .
.SH "CONFORMING TO"
-These functions are specified by POSIX.1e.
+These functions are specified in the withdrawn POSIX.1e draft specification.
.SH "SEE ALSO"
.BR cap_clear (3),
.BR cap_copy_ext (3),