File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ Features:
297297 initrd had set.
298298
299299* sd-event: add native support for P_ALL waitid() watching, then move PID 1 to
300- it fo reaping assigned but unknown children. This needs to some special care
300+ it for reaping assigned but unknown children. This needs to some special care
301301 to operate somewhat sensibly in light of priorities: P_ALL will return
302302 arbitrary processes, regardless of the priority we want to watch them with,
303303 hence on each event loop iteration check all processes which we shall watch
Original file line number Diff line number Diff line change 515515 <varlistentry >
516516 <term ><option >--tasks-max=</option ><replaceable >TASKS</replaceable ></term >
517517
518- <listitem ><para >Takes a non-zero unsigned integer as argument. Configures the maximum numer of tasks
518+ <listitem ><para >Takes a non-zero unsigned integer as argument. Configures the maximum number of tasks
519519 (i.e. threads, where each process is at least one thread) the user may have at any given time. This
520520 limit applies to all tasks forked off the user's sessions, even if they change user identity via
521521 <citerefentry project =' man-pages' ><refentrytitle >su</refentrytitle ><manvolnum >1</manvolnum ></citerefentry >
Original file line number Diff line number Diff line change 221221 pid1StartUnitWithStrace $testUnit
222222 systemctlCheckNUMAProperties $testUnit " default" " 0"
223223 pid1StopUnit $testUnit
224- # Maks must be ignored
224+ # Mask must be ignored
225225 grep " set_mempolicy(MPOL_DEFAULT, NULL" $straceLog
226226
227227 echo " Unit file NUMAPolicy support - Bind policy w/o mask"
276276 pid1StartUnitWithStrace $testUnit
277277 systemctlCheckNUMAProperties $testUnit " local" " 0"
278278 pid1StopUnit $testUnit
279- # Maks must be ignored
279+ # Mask must be ignored
280280 grep -E " set_mempolicy\((MPOL_LOCAL|0x4 [^,]*), NULL" $straceLog
281281
282282 echo " Unit file CPUAffinity=NUMA support"
You can’t perform that action at this time.
0 commit comments