]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: revise wording of cgtop -k and -P
authorAlex Hudspith <alexhudspith@users.noreply.github.com>
Sat, 28 Oct 2023 14:49:06 +0000 (15:49 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Sat, 28 Oct 2023 15:03:48 +0000 (16:03 +0100)
Resolves: #29753

man/systemd-cgtop.xml

index 9be6701191fdc4960c5d33626cdc8df0ca3c1a13..ddad82e2b3aef8946c312c9343eabf27a77d2b86 100644 (file)
         <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
         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>