diff options
author | Lennart Poettering <lennart@poettering.net> | 2023-06-07 14:54:34 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2023-06-08 09:32:03 +0200 |
commit | e754af353c494edfdd25412fae32876a2772a5cd (patch) | |
tree | 81749670cf2cecac740b427a57a0580b7e7d2de3 /man/journalctl.xml | |
parent | tpm2: replace _cleanup_tpm2_* macros with _cleanup_() (diff) | |
download | systemd-e754af353c494edfdd25412fae32876a2772a5cd.tar.xz systemd-e754af353c494edfdd25412fae32876a2772a5cd.zip |
man: suffix --unit with an equal sign, since it expects an argument
As per our usual syntax in the docs.
Diffstat (limited to 'man/journalctl.xml')
-rw-r--r-- | man/journalctl.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/journalctl.xml b/man/journalctl.xml index aa124dd98f..683cb61249 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -118,8 +118,8 @@ <option>--user</option>). If neither is specified, show all messages that the user can see. </para> - <para>The <option>--user</option> option affects how <option>--unit</option> arguments are - treated. See <option>--unit</option>.</para></listitem> + <para>The <option>--user</option> option affects how <option>--unit=</option> arguments are + treated. See <option>--unit=</option>.</para></listitem> </varlistentry> <varlistentry> @@ -295,8 +295,8 @@ <citerefentry><refentrytitle>systemd.slice</refentrytitle><manvolnum>5</manvolnum></citerefentry> unit, all logs of children of the slice will be shown.</para> - <para>With <option>--user</option>, all <option>--unit</option> arguments will be converted to match - user messages as if specified with <option>--user-unit</option>.</para> + <para>With <option>--user</option>, all <option>--unit=</option> arguments will be converted to match + user messages as if specified with <option>--user-unit=</option>.</para> <para>This parameter can be specified multiple times.</para></listitem> </varlistentry> |