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.device.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.device.xml')
-rw-r--r-- | man/systemd.device.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.device.xml b/man/systemd.device.xml index ff7ab9ccce..ae786a3298 100644 --- a/man/systemd.device.xml +++ b/man/systemd.device.xml @@ -51,7 +51,7 @@ <para>Device units are named after the <filename>/sys</filename> and <filename>/dev</filename> paths they control. Example: the - device <filename noindex='true'>/dev/sda5</filename> is exposed in + device <filename index="false">/dev/sda5</filename> is exposed in systemd as <filename>dev-sda5.device</filename>. For details about the escaping logic used to convert a file system path to a unit name see |