From 2ec5fdcdd5280b36e72957febac142b961fe63b2 Mon Sep 17 00:00:00 2001 From: "Andrew G. Morgan" Date: Sun, 21 Nov 2021 10:10:44 -0800 Subject: Include link for cap_max_bits.3 man page. Signed-off-by: Andrew G. Morgan --- doc/Makefile | 2 +- doc/cap_clear.3 | 11 +++++++---- 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), -- cgit 1.2.3-korg