summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorFilipe Brandenburger <filbranden@google.com>2015-10-13 00:12:39 -0700
committerFilipe Brandenburger <filbranden@google.com>2015-10-27 17:56:26 -0700
commit71b1c27a406271b71f64487ae70b58f44a4a37f0 (patch)
treebb2338864ded09a228ca2980e083fa066d2a1521 /man
parenta26662ce9b25c400ead61854ed7be636f186fdb0 (diff)
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.
Diffstat (limited to 'man')
-rw-r--r--man/systemd-system.conf.xml6
-rw-r--r--man/systemd.exec.xml6
2 files changed, 8 insertions, 4 deletions
diff --git a/man/systemd-system.conf.xml b/man/systemd-system.conf.xml
index 56db9ff17e..8dad0e0f59 100644
--- a/man/systemd-system.conf.xml
+++ b/man/systemd-system.conf.xml
@@ -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>
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml
index d3f56fee40..5f99fa875e 100644
--- a/man/systemd.exec.xml
+++ b/man/systemd.exec.xml
@@ -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