aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2022-10-04 21:48:36 -0700
committerAndrew G. Morgan <morgan@kernel.org>2022-10-04 21:48:36 -0700
commitb643699aa65388dd248e67e18004cad416bc4a7c (patch)
tree3b2ad3a258a6667b8a3556e50c3c65f7c4ef532b
parent45bf9259a04fefc017024825c27153a650669577 (diff)
downloadlibcap-b643699aa65388dd248e67e18004cad416bc4a7c.tar.gz
Address bad-whatis-entry issue noticed by Debian build tests
Details: https://www.mit.edu/afs.new/sipb/project/debathena/lintian/www/tags/manpage-has-bad-whatis-entry.html Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
-rw-r--r--doc/cap_iab.35
-rw-r--r--doc/cap_launch.35
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/cap_iab.3 b/doc/cap_iab.3
index 8bec5fd..b8bab84 100644
--- a/doc/cap_iab.3
+++ b/doc/cap_iab.3
@@ -1,5 +1,10 @@
.TH CAP_IAB 3 "2021-11-17" "" "Linux Programmer's Manual"
.SH NAME
+cap_iab_init, cap_iab_dup, cap_iab_get_proc, cap_iab_get_pid, \
+cap_iab_set_proc, cap_iab_to_text, cap_iab_from_text, \
+cap_iab_get_vector, cap_iab_compare, cap_iab_set_vector, \
+cap_iab_fill \- inheritable IAB tuple support functions
+.SH SYNOPSIS
.nf
#include <sys/capability.h>
diff --git a/doc/cap_launch.3 b/doc/cap_launch.3
index 95313ec..1656428 100644
--- a/doc/cap_launch.3
+++ b/doc/cap_launch.3
@@ -1,5 +1,10 @@
.TH CAP_LAUNCH 3 "2021-08-01" "" "Linux Programmer's Manual"
.SH NAME
+cap_new_launcher, cap_func_launcher, cap_launcher_callback, \
+cap_launcher_set_mode, cap_launcher_set_iab, cap_launcher_set_chroot, \
+cap_launch, cap_launcher_setuid, cap_launcher_setgroups \
+\- libcap launch functionality
+.SH SYNOPSYS
.nf
#include <sys/capability.h>