man: remove "nofail" from systemd.swap(5)

As suggested by Marcos Felipe Rasia de Mello <marcosfrm@gmail.com>.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2015-01-13 20:05:42 -05:00
parent d538bfc713
commit b50191c23f
1 changed files with 1 additions and 4 deletions

View File

@ -139,15 +139,12 @@
<varlistentry>
<term><option>nofail</option></term>
<term><option>fail</option></term>
<listitem><para>With <option>nofail</option> the
swap unit will be only wanted, not required by
<filename>swap.target</filename>. This means that
the boot will continue even if this swap device is
not activated successfully. Option
<option>fail</option> has the opposite meaning and
is the default.</para>
not activated successfully.</para>
</listitem>
</varlistentry>
</variablelist>