[systemd-commits] man/systemd.mount.xml
Lennart Poettering
lennart at kemper.freedesktop.org
Thu Dec 4 16:09:15 PST 2014
man/systemd.mount.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
New commits:
commit deb6120920e6341b1c16f5f088ab057358bb8fc4
Author: Lennart Poettering <lennart at poettering.net>
Date: Fri Dec 5 00:47:38 2014 +0100
man: there's actually no "fail" fstab option, but only "nofail"
diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml
index 6d8eae6..8527386 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>
More information about the systemd-commits
mailing list