diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-01-13 20:05:42 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-01-13 20:05:42 -0500 |
commit | b50191c23f4cb6bac1180491b52e1df1e6c79a0f (patch) | |
tree | 2412cecc0a75bec73c70e99ac5c6861b316847b0 | |
parent | d538bfc71331d2e48363283decd77a61599021db (diff) |
man: remove "nofail" from systemd.swap(5)
As suggested by Marcos Felipe Rasia de Mello <marcosfrm@gmail.com>.
-rw-r--r-- | man/systemd.swap.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/man/systemd.swap.xml b/man/systemd.swap.xml index 1155758e28..9cc3b80bb9 100644 --- a/man/systemd.swap.xml +++ b/man/systemd.swap.xml @@ -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> |