Skip to content

Commit

Permalink
Document --drop-capabilities requiring a compile-time option
Browse files Browse the repository at this point in the history
Fix grammar and layout a bit while at it
Closes #1532
  • Loading branch information
Daniel Lange authored and Daniel Lange committed Sep 5, 2024
1 parent fc54b88 commit 171f828
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions htop.1.in
Original file line number Diff line number Diff line change
Expand Up @@ -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 :
Expand Down

0 comments on commit 171f828

Please sign in to comment.