summaryrefslogtreecommitdiff
path: root/man/systemd-cat.xml
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-11-21 20:22:12 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-11-21 22:03:57 +0100
commitb0343f8c96e984211c24c3ba404f0a82b60244b4 (patch)
treee3bb2a6e9bcf12398f6d24e6b05c89e8b7baeadb /man/systemd-cat.xml
parent8eb6e6ed09bf037f97569701e409fca888f27309 (diff)
downloadsystemd-b0343f8c96e984211c24c3ba404f0a82b60244b4.tar.gz
man: change noindex="true" to index="false"
We nowadays prefer positive options over negative.
Diffstat (limited to 'man/systemd-cat.xml')
-rw-r--r--man/systemd-cat.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd-cat.xml b/man/systemd-cat.xml
index f3d6f3785f..96d3072a1f 100644
--- a/man/systemd-cat.xml
+++ b/man/systemd-cat.xml
@@ -140,7 +140,7 @@
<example>
<title>Invoke a program</title>
- <para>This calls <filename noindex='true'>/bin/ls</filename>
+ <para>This calls <filename index="false">/bin/ls</filename>
with standard output and error connected to the journal:</para>
<programlisting># systemd-cat ls</programlisting>