diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-11-21 20:22:12 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-11-21 22:03:57 +0100 |
commit | b0343f8c96e984211c24c3ba404f0a82b60244b4 (patch) | |
tree | e3bb2a6e9bcf12398f6d24e6b05c89e8b7baeadb /man/systemd.mount.xml | |
parent | man: use <command> not <option> for commands in resolvectl(1) (diff) | |
download | systemd-b0343f8c96e984211c24c3ba404f0a82b60244b4.tar.xz systemd-b0343f8c96e984211c24c3ba404f0a82b60244b4.zip |
man: change noindex="true" to index="false"
We nowadays prefer positive options over negative.
Diffstat (limited to 'man/systemd.mount.xml')
-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 a72a33240d..b2c9d60681 100644 --- a/man/systemd.mount.xml +++ b/man/systemd.mount.xml @@ -60,7 +60,7 @@ must be run as UID 0.</para> <para>Mount units must be named after the mount point directories they control. Example: the mount point <filename - noindex='true'>/home/lennart</filename> must be configured in a unit file <filename>home-lennart.mount</filename>. + index="false">/home/lennart</filename> must be configured in a unit file <filename>home-lennart.mount</filename>. For details about the escaping logic used to convert a file system path to a unit name, see <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>. Note that mount units cannot be templated, nor is possible to add multiple names to a mount unit by creating additional symlinks to |