man: revise wording of cgtop -k and -P

Resolves: #29753
This commit is contained in:
Alex Hudspith 2023-10-28 15:49:06 +01:00 committed by Luca Boccassi
parent 7b6d3dcdd2
commit ade790006b

View file

@ -150,8 +150,8 @@
<listitem><para>Count only userspace processes instead of all
tasks. By default, all tasks are counted: each kernel thread
and each userspace thread individually. With this setting,
kernel threads are excluded from the counting and each
userspace process only counts as one, regardless how many
kernel threads are excluded from the count and each userspace
process only counts as one task, regardless of how many
threads it consists of. This setting may also be toggled at
runtime by pressing the <keycap>P</keycap> key. This option
may not be combined with
@ -167,8 +167,8 @@
threads instead of all tasks. By default, all tasks are
counted: each kernel thread and each userspace thread
individually. With this setting, kernel threads are included in
the counting and each userspace process only counts as on one,
regardless how many threads it consists of. This setting may
the count and each userspace process only counts as one task,
regardless of how many threads it consists of. This setting may
also be toggled at runtime by pressing the <keycap>k</keycap>
key. This option may not be combined with
<option>-P</option>.</para>