From 74ddb3019fc45723b9211d66dd253bcc601f0ba5 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 5 Apr 2021 13:29:05 +0200 Subject: [PATCH] capget.2: Minor tweaks to Alex Colomar's patch Signed-off-by: Michael Kerrisk --- man2/capget.2 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/man2/capget.2 b/man2/capget.2 index a2d897cc7..9dbc0404c 100644 --- a/man2/capget.2 +++ b/man2/capget.2 @@ -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 +.BR "#include " " /* Definition of " CAP_* " and" +.BR " _LINUX_CAPABILITY_*" " constants */" .BR "#include " " /* Definition of " SYS_* " constants */" .B #include .PP