summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-12-05 00:47:38 +0100
committerLennart Poettering <lennart@poettering.net>2014-12-05 01:09:08 +0100
commitdeb6120920e6341b1c16f5f088ab057358bb8fc4 (patch)
tree6458f2d418f6b68c2d1166d02669734afd9594c8
parentc106cc36b9b8e8998eb95299b02f1db9c1209122 (diff)
man: there's actually no "fail" fstab option, but only "nofail"
-rw-r--r--man/systemd.mount.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml
index 6d8eae6a9..852738659 100644
--- a/man/systemd.mount.xml
+++ b/man/systemd.mount.xml
@@ -196,16 +196,13 @@
<varlistentry>
<term><option>nofail</option></term>
- <term><option>fail</option></term>
<listitem><para>With <option>nofail</option> this
mount will be only wanted, not required, by
<filename>local-fs.target</filename> or
<filename>remote-fs.target</filename>. This means
that the boot will continue even if this mount
- point is not mounted successfully. Option
- <option>fail</option> has the opposite meaning and
- is the default.</para>
+ point is not mounted successfully.</para>
</listitem>
</varlistentry>