capget.2: Minor tweaks to Alex Colomar's patch

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2021-04-05 13:29:05 +02:00
parent 00e4779ad7
commit 74ddb3019f
1 changed files with 2 additions and 3 deletions

View File

@ -18,9 +18,8 @@
capget, capset \- set/get capabilities of thread(s)
.SH SYNOPSIS
.nf
.RB " /* Definition of " CAP_* " and " \
_LINUX_CAPABILITY_* " constants */"
.B #include <linux/capability.h>
.BR "#include <linux/capability.h>" " /* Definition of " CAP_* " and"
.BR " _LINUX_CAPABILITY_*" " constants */"
.BR "#include <sys/syscall.h>" " /* Definition of " SYS_* " constants */"
.B #include <unistd.h>
.PP