man: drop misplaced "," before "-.slice"

This commit is contained in:
Lennart Poettering 2017-09-21 20:12:11 +02:00
parent fb3ae275cb
commit ee859930d3

View file

@ -53,22 +53,15 @@
<refsect1> <refsect1>
<title>Description</title> <title>Description</title>
<para>A unit configuration file whose name ends in <para>A unit configuration file whose name ends in <literal>.slice</literal> encodes information about a slice
<literal>.slice</literal> encodes information about a slice which unit. A slice unit is a concept for hierarchically managing resources of a group of processes. This management is
is a concept for hierarchically managing resources of a group of performed by creating a node in the Linux Control Group (cgroup) tree. Units that manage processes (primarily scope
processes. This management is performed by creating a node in the and service units) may be assigned to a specific slice. For each slice, certain resource limits may be set that
Linux Control Group (cgroup) tree. Units that manage processes apply to all processes of all units contained in that slice. Slices are organized hierarchically in a tree. The
(primarily scope and service units) may be assigned to a specific name of the slice encodes the location in the tree. The name consists of a dash-separated series of names, which
slice. For each slice, certain resource limits may be set that describes the path to the slice from the root slice. The root slice is named <filename>-.slice</filename>. Example:
apply to all processes of all units contained in that <filename>foo-bar.slice</filename> is a slice that is located within <filename>foo.slice</filename>, which in turn
slice. Slices are organized hierarchically in a tree. The name of is located in the root slice <filename>-.slice</filename>.
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>
<para>Note that slice units cannot be templated, nor is possible to add multiple names to a slice unit by creating <para>Note that slice units cannot be templated, nor is possible to add multiple names to a slice unit by creating