aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2021-11-21 10:10:44 -0800
committerAndrew G. Morgan <morgan@kernel.org>2021-11-21 10:18:55 -0800
commit2ec5fdcdd5280b36e72957febac142b961fe63b2 (patch)
treeca01b89fb87c860e6b7b860cf54d1212288b82c5
parent42555598bf70dde98d1aaf5e3967bd9dbc2e5112 (diff)
downloadlibcap-2ec5fdcdd5280b36e72957febac142b961fe63b2.tar.gz
Include link for cap_max_bits.3 man page.
Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
-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),