summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Hudspith <alexhudspith@users.noreply.github.com>2023-10-28 16:49:06 +0200
committerLuca Boccassi <luca.boccassi@gmail.com>2023-10-28 17:03:48 +0200
commitade790006b20e0788e8fa7cef2ae92cfd666d068 (patch)
tree58bf22001f49a635f8bca99f3784f9f828156f05
parentexec-invoke: don't double-close FDs on error (diff)
downloadsystemd-ade790006b20e0788e8fa7cef2ae92cfd666d068.tar.xz
systemd-ade790006b20e0788e8fa7cef2ae92cfd666d068.zip
man: revise wording of cgtop -k and -P
Resolves: #29753
-rw-r--r--man/systemd-cgtop.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/systemd-cgtop.xml b/man/systemd-cgtop.xml
index 9be6701191..ddad82e2b3 100644
--- a/man/systemd-cgtop.xml
+++ b/man/systemd-cgtop.xml
@@ -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>