diff options
author | Sam Leonard <sam.leonard@codethink.co.uk> | 2024-04-12 11:12:15 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-04-15 10:40:11 +0200 |
commit | 9bfabe14e5bbf2077acaecb75edcf1e38ecde330 (patch) | |
tree | d99ebec7abd3c64b0445dbee3d4977d1d68b6990 /man/standard-options.xml | |
parent | mkosi: Update to latest (diff) | |
download | systemd-9bfabe14e5bbf2077acaecb75edcf1e38ecde330.tar.xz systemd-9bfabe14e5bbf2077acaecb75edcf1e38ecde330.zip |
man: fix incorrect XML in man page
Diffstat (limited to 'man/standard-options.xml')
-rw-r--r-- | man/standard-options.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/standard-options.xml b/man/standard-options.xml index aaafa98bb7..d181f90b83 100644 --- a/man/standard-options.xml +++ b/man/standard-options.xml @@ -36,7 +36,7 @@ </varlistentry> <varlistentry id='legend'> - <term><option>--legend=</option><replaceable>BOOL</replaceable></term> + <term><option>--legend=<replaceable>BOOL</replaceable></option></term> <listitem> <para>Enable or disable printing of the legend, i.e. column headers and the footer with hints. The @@ -73,7 +73,7 @@ </varlistentry> <varlistentry id='json'> - <term><option>--json=</option><replaceable>MODE</replaceable></term> + <term><option>--json=<replaceable>MODE</replaceable></option></term> <listitem><para>Shows output formatted as JSON. Expects one of <literal>short</literal> (for the shortest possible output without any redundant whitespace or line breaks), <literal>pretty</literal> |