diff options
author | Lennart Poettering <lennart@poettering.net> | 2017-09-21 20:12:11 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-09-22 15:28:05 +0200 |
commit | ee859930d3528ea0843b3da588315df349824216 (patch) | |
tree | 1dc9a2d224c1f42c618b6aa2c354d04db88d1dfb /man/systemd.slice.xml | |
parent | fb3ae275cbd6bc17444e0816ee4c7496f2750209 (diff) | |
download | systemd-ee859930d3528ea0843b3da588315df349824216.tar.gz |
man: drop misplaced "," before "-.slice"
Diffstat (limited to 'man/systemd.slice.xml')
-rw-r--r-- | man/systemd.slice.xml | 25 |
1 files changed, 9 insertions, 16 deletions
diff --git a/man/systemd.slice.xml b/man/systemd.slice.xml index 67f7a93448..c46ba7a2e1 100644 --- a/man/systemd.slice.xml +++ b/man/systemd.slice.xml @@ -53,22 +53,15 @@ <refsect1> <title>Description</title> - <para>A unit configuration file whose name ends in - <literal>.slice</literal> encodes information about a slice which - is a concept for hierarchically managing resources of a group of - processes. This management is performed by creating a node in the - Linux Control Group (cgroup) tree. Units that manage processes - (primarily scope and service units) may be assigned to a specific - slice. For each slice, certain resource limits may be set that - apply to all processes of all units contained in that - slice. Slices are organized hierarchically in a tree. The name of - the slice encodes the location in the tree. The name consists of a - dash-separated series of names, which describes the path to the - slice from the root slice. The root slice is named, - <filename>-.slice</filename>. Example: - <filename>foo-bar.slice</filename> is a slice that is located - within <filename>foo.slice</filename>, which in turn is located in - the root slice <filename>-.slice</filename>. + <para>A unit configuration file whose name ends in <literal>.slice</literal> encodes information about a slice + unit. A slice unit is a concept for hierarchically managing resources of a group of processes. This management is + performed by creating a node in the Linux Control Group (cgroup) tree. Units that manage processes (primarily scope + and service units) may be assigned to a specific slice. For each slice, certain resource limits may be set that + apply to all processes of all units contained in that slice. Slices are organized hierarchically in a tree. The + name of the slice encodes the location in the tree. The name consists of a dash-separated series of names, which + describes the path to the slice from the root slice. The root slice is named <filename>-.slice</filename>. Example: + <filename>foo-bar.slice</filename> is a slice that is located within <filename>foo.slice</filename>, which in turn + is located in the root slice <filename>-.slice</filename>. </para> <para>Note that slice units cannot be templated, nor is possible to add multiple names to a slice unit by creating |