]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: document --namespace= switch of journalctl
authorLennart Poettering <lennart@poettering.net>
Thu, 28 Nov 2019 09:42:33 +0000 (10:42 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 31 Jan 2020 14:10:40 +0000 (15:10 +0100)
man/journalctl.xml

index f6703b06d65c9f7b7cafec725d9132ba0fab6221..46b22be699358ba777b0bf26fc22d27322dd3fa3 100644 (file)
         </para></listitem>
       </varlistentry>
 
+      <varlistentry>
+        <term><option>--namespace=<replaceable>NAMESPACE</replaceable></option></term>
+
+        <listitem><para>Takes a journal namespace identifier string as argument. If not specified the data
+        collected by the default namespace is shown. If specified shows the log data of the specified
+        namespace instead. If the namespace is specified as <literal>*</literal> data from all namespaces is
+        shown, interleaved. If the namespace identifier is prefixed with <literal>+</literal> data from the
+        specified namespace and the default namespace is shown, interleaved, but no other. For details about
+        journal namespaces see
+        <citerefentry><refentrytitle>systemd-journald.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para></listitem>
+      </varlistentry>
+
       <varlistentry>
         <term><option>--header</option></term>