diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-05-17 15:14:49 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-05-17 15:41:21 +0200 |
commit | a37ef4550eb132764ec08c517f800148cb785f57 (patch) | |
tree | be1995c4b4c14646dff6e94d22087ca87df049e7 /man | |
parent | 21f0c55a2c26f06b010056169a58fa15d4d7112e (diff) | |
download | systemd-a37ef4550eb132764ec08c517f800148cb785f57.tar.gz |
man: add missing =
Fixes #12598.
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.mount.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index 022e227e83..178dc188a5 100644 --- a/man/systemd.mount.xml +++ b/man/systemd.mount.xml @@ -182,7 +182,7 @@ 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> |