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/tmpfiles.d.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/tmpfiles.d.xml')
-rw-r--r-- | man/tmpfiles.d.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index aae63b7591..8a3dde3644 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -654,7 +654,7 @@ w- /proc/sys/vm/swappiness - - - - 10</programlisting></para> <row> <entry><literal>%L</literal></entry> <entry>System or user log directory</entry> - <entry>In <option>--user</option> mode, this is the same as <varname>$XDG_CONFIG_HOME</varname> with <filename noindex='true'>/log</filename> appended, and <filename>/var/log</filename> otherwise.</entry> + <entry>In <option>--user</option> mode, this is the same as <varname>$XDG_CONFIG_HOME</varname> with <filename index="false">/log</filename> appended, and <filename>/var/log</filename> otherwise.</entry> </row> <row> <entry><literal>%m</literal></entry> |