From 171f8285d38a613edc9c94ab6a45f5a171f32b7e Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Thu, 5 Sep 2024 16:53:53 +0200 Subject: [PATCH] Document --drop-capabilities requiring a compile-time option Fix grammar and layout a bit while at it Closes #1532 --- htop.1.in | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/htop.1.in b/htop.1.in index 1dbfc4ee1..70334f9b7 100644 --- a/htop.1.in +++ b/htop.1.in @@ -85,13 +85,14 @@ requesting a sort order with -s. \fB\-H \-\-highlight-changes=DELAY\fR Highlight new and old processes .TP -\fB \-\-drop-capabilities[=off|basic|strict]\fR -Linux only; requires libcap support. +\fB\-\-drop-capabilities[=off|basic|strict]\fR +Linux only; this option needs to have been enabled at compile-time and +requires libcap support at runtime. .br Drop unneeded Linux capabilities. -In strict mode features like killing, changing process priorities, and reading -process delay accounting information will not work, due to less capabilities -held. +In strict mode features like killing, changing process priorities and reading +process delay accounting information will not work due to fewer capabilities +being held. .SH "INTERACTIVE COMMANDS" The following commands are supported while in .BR htop :