man: minor fixes

This commit is contained in:
Lennart Poettering 2016-06-08 19:37:42 +02:00
parent 875ae5661a
commit 328583dbc3

View file

@ -92,16 +92,14 @@
<refsect1> <refsect1>
<title>Automatic Dependencies</title> <title>Automatic Dependencies</title>
<para>Units with the <varname>Slice=</varname> setting set get <para>Units with the <varname>Slice=</varname> setting set automatically acquire <varname>Requires=</varname> and
automatic <varname>Requires=</varname> and <varname>After=</varname> dependencies on the specified slice unit.</para>
<varname>After=</varname> dependencies on the specified slice
unit.</para>
</refsect1> </refsect1>
<refsect1> <refsect1>
<title>Unified and Legacy Control Group Hierarchies</title> <title>Unified and Legacy Control Group Hierarchies</title>
<para>Unified control group hierarchy is the new version of kernel control group interface. Depending on the <para>The unified control group hierarchy is the new version of kernel control group interface. Depending on the
resource type, there are differences in resource control capabilities. Also, because of interface changes, some resource type, there are differences in resource control capabilities. Also, because of interface changes, some
resource types have a separate set of options on the unified hierarchy.</para> resource types have a separate set of options on the unified hierarchy.</para>
@ -117,8 +115,8 @@
<varlistentry> <varlistentry>
<term><option>Memory</option></term> <term><option>Memory</option></term>
<listitem> <listitem>
<para><varname>MemoryMax</varname> replaces <varname>MemoryLimit</varname>. <varname>MemoryLow</varname> <para><varname>MemoryMax=</varname> replaces <varname>MemoryLimit=</varname>. <varname>MemoryLow=</varname>
and <varname>MemoryHigh</varname> are effective only on unified hierarchy.</para> and <varname>MemoryHigh=</varname> are effective only on unified hierarchy.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
</variablelist> </variablelist>