mirror of
https://github.com/systemd/systemd.git
synced 2024-11-28 04:33:36 +08:00
man: Update man page documentation for CPUAffinity
Document support for commas as a separator and possibility of specifying ranges of CPU indices. Tested by regenerating the manpages locally and reading them on man.
This commit is contained in:
parent
a26662ce9b
commit
71b1c27a40
@ -109,8 +109,10 @@
|
||||
<term><varname>CPUAffinity=</varname></term>
|
||||
|
||||
<listitem><para>Configures the initial CPU affinity for the
|
||||
init process. Takes a space-separated list of CPU
|
||||
indices.</para></listitem>
|
||||
init process. Takes a list of CPU indices or ranges separated
|
||||
by either whitespace or commas. CPU ranges are specified by
|
||||
the lower and upper CPU indices separated by a
|
||||
dash.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
|
@ -217,8 +217,10 @@
|
||||
<term><varname>CPUAffinity=</varname></term>
|
||||
|
||||
<listitem><para>Controls the CPU affinity of the executed
|
||||
processes. Takes a space-separated list of CPU indices. This
|
||||
option may be specified more than once in which case the
|
||||
processes. Takes a list of CPU indices or ranges separated by
|
||||
either whitespace or commas. CPU ranges are specified by the
|
||||
lower and upper CPU indices separated by a dash.
|
||||
This option may be specified more than once in which case the
|
||||
specified CPU affinity masks are merged. If the empty string
|
||||
is assigned, the mask is reset, all assignments prior to this
|
||||
will have no effect. See
|
||||
|
Loading…
Reference in New Issue
Block a user