From: Lennart Poettering Date: Thu, 28 Nov 2019 09:42:33 +0000 (+0100) Subject: man: document --namespace= switch of journalctl X-Git-Tag: v245-rc1~41^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2b6b8bd3f727be539faacffad96756bc515e6ac6;p=thirdparty%2Fsystemd.git man: document --namespace= switch of journalctl --- diff --git a/man/journalctl.xml b/man/journalctl.xml index f6703b06d65..46b22be6993 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -749,6 +749,18 @@ + + + + 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 * data from all namespaces is + shown, interleaved. If the namespace identifier is prefixed with + data from the + specified namespace and the default namespace is shown, interleaved, but no other. For details about + journal namespaces see + systemd-journald.service8. + +