]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: add missing =
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 17 May 2019 13:14:49 +0000 (15:14 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 17 May 2019 13:41:21 +0000 (15:41 +0200)
Fixes #12598.

man/systemd.mount.xml

index 022e227e837ec81d054742b489b0213f1dbf62f6..178dc188a5a2a35ea096cc96b2d0027e398834d0 100644 (file)
     mount options are understood by systemd which influence how
     dependencies are created for mount points. systemd will create a
     dependency of type <varname>Wants=</varname> or
-    <option>Requires</option> (see option <option>nofail</option>
+    <option>Requires=</option> (see option <option>nofail</option>
     below), from either <filename>local-fs.target</filename> or
     <filename>remote-fs.target</filename>, depending whether the file
     system is local or remote.</para>