aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/Makefile2
-rw-r--r--doc/cap_clear.311
2 files changed, 8 insertions, 5 deletions
diff --git a/doc/Makefile b/doc/Makefile
index f014b28..11b9370 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -8,7 +8,7 @@ include $(topdir)/Make.Rules
MAN1S = capsh.1
MAN3S = cap_init.3 cap_free.3 cap_dup.3 \
cap_clear.3 cap_clear_flag.3 cap_get_flag.3 cap_set_flag.3 \
- cap_fill.3 cap_fill_flag.3 \
+ cap_fill.3 cap_fill_flag.3 cap_max_bits.3 \
cap_compare.3 cap_get_proc.3 cap_get_pid.3 cap_set_proc.3 \
cap_get_file.3 cap_get_fd.3 cap_set_file.3 cap_set_fd.3 \
cap_copy_ext.3 cap_size.3 cap_copy_int.3 cap_mode.3 \
diff --git a/doc/cap_clear.3 b/doc/cap_clear.3
index 0321515..19a736a 100644
--- a/doc/cap_clear.3
+++ b/doc/cap_clear.3
@@ -139,11 +139,14 @@ is set to
.BR EINVAL ,
indicating that one of the arguments is invalid.
.SH "CONFORMING TO"
-These functions are as per the withdrawn POSIX.1e draft specification.
-.BR cap_clear_flag ()
-and
+These functions are mostly as per specified in the withdrawn POSIX.1e
+draft specification. The following are Linux extensions:
+.BR cap_fill (),
+.BR cap_fill_flag (),
+.BR cap_clear_flag (),
.BR cap_compare ()
-are Linux extensions.
+and
+.BR cap_max_bits ().
.SH "SEE ALSO"
.BR libcap (3),
.BR cap_copy_ext (3),