Skip to content

Commit e896ab4

Browse files
bleeqerDaniel Lange
authored andcommitted
docs: fix COLORS bullet list formatting and capitalization in man page
1 parent 57b34bf commit e896ab4

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

htop.1.in

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,16 @@ highlighting can be configured for stale executables (cf. EXE column below).
302302

303303
The Command column should be the last column in each screen as can get very long
304304
and profits from being able to extend its length dynamically.
305+
306+
Additional color highlighting:
307+
.RS
308+
.IP \[bu] 2
309+
Magenta: regular process command names
310+
.IP \[bu] 2
311+
Bold blue: userland thread names
312+
.IP \[bu] 2
313+
Bold gray: kernel threads or processes with no command name
314+
.RE
305315
.TP
306316
.B COMM
307317
The command name of the process obtained from /proc/[pid]/comm, if readable.
@@ -463,6 +473,16 @@ On Linux the username is highlighted if the process has elevated privileges,
463473
i.e. if it has been started from binaries with file capabilities set or
464474
retained Linux capabilities, via the ambient set, after switching from the
465475
root user.
476+
477+
Additional color highlighting:
478+
.RS
479+
.IP \[bu] 2
480+
Magenta: elevated privilege processes
481+
.IP \[bu] 2
482+
Bold gray: processes owned by other users
483+
.IP \[bu] 2
484+
White (default): processes owned by the current user
485+
.RE
466486
.TP
467487
.B TIME (TIME+)
468488
The time, measured in clock ticks that the process has spent in user and system

0 commit comments

Comments
 (0)