chiark / gitweb /
man: there's actually no "fail" fstab option, but only "nofail"
[elogind.git] / man / systemd.mount.xml
index 6d8eae6a934898e67904aa3b96d6fdda6fbbddf8..8527386594fb6e036a2189d57b8563b0fb2cab64 100644 (file)
 
                   <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>