From 84a1ff9457ae085ce620e3873c2295bc09b18e5d Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 17 Dec 2020 02:16:16 +0900 Subject: [PATCH] tree-wide: fix typo --- TODO | 2 +- man/homectl.xml | 2 +- test/units/testsuite-36.sh | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index e0d620595f..a666303571 100644 --- a/TODO +++ b/TODO @@ -297,7 +297,7 @@ Features: initrd had set. * sd-event: add native support for P_ALL waitid() watching, then move PID 1 to - it fo reaping assigned but unknown children. This needs to some special care + it for reaping assigned but unknown children. This needs to some special care to operate somewhat sensibly in light of priorities: P_ALL will return arbitrary processes, regardless of the priority we want to watch them with, hence on each event loop iteration check all processes which we shall watch diff --git a/man/homectl.xml b/man/homectl.xml index a9cf2f8550..5e8866771e 100644 --- a/man/homectl.xml +++ b/man/homectl.xml @@ -515,7 +515,7 @@ TASKS - Takes a non-zero unsigned integer as argument. Configures the maximum numer of tasks + Takes a non-zero unsigned integer as argument. Configures the maximum number of tasks (i.e. threads, where each process is at least one thread) the user may have at any given time. This limit applies to all tasks forked off the user's sessions, even if they change user identity via su1 diff --git a/test/units/testsuite-36.sh b/test/units/testsuite-36.sh index aed938437b..f5579ce825 100755 --- a/test/units/testsuite-36.sh +++ b/test/units/testsuite-36.sh @@ -221,7 +221,7 @@ else pid1StartUnitWithStrace $testUnit systemctlCheckNUMAProperties $testUnit "default" "0" pid1StopUnit $testUnit - # Maks must be ignored + # Mask must be ignored grep "set_mempolicy(MPOL_DEFAULT, NULL" $straceLog echo "Unit file NUMAPolicy support - Bind policy w/o mask" @@ -276,7 +276,7 @@ else pid1StartUnitWithStrace $testUnit systemctlCheckNUMAProperties $testUnit "local" "0" pid1StopUnit $testUnit - # Maks must be ignored + # Mask must be ignored grep -E "set_mempolicy\((MPOL_LOCAL|0x4 [^,]*), NULL" $straceLog echo "Unit file CPUAffinity=NUMA support"