]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: suffix --unit with an equal sign, since it expects an argument
authorLennart Poettering <lennart@poettering.net>
Wed, 7 Jun 2023 12:54:34 +0000 (14:54 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 8 Jun 2023 07:32:03 +0000 (09:32 +0200)
As per our usual syntax in the docs.

man/journalctl.xml

index aa124dd98f06c63112aac73e1be9f602c29352e2..683cb612498f95d02e933e17cfa8b9b98984818f 100644 (file)
         <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>
         <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>