From: Lennart Poettering Date: Sat, 3 Oct 2015 09:40:16 +0000 (+0200) Subject: man: fix journalctl --syslog-identifier= documentation X-Git-Tag: v227~26^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fd8d05e9b85c7973339e58d9bc1e5ccd4f5c98b7;p=thirdparty%2Fsystemd.git man: fix journalctl --syslog-identifier= documentation We don't actually accept patterns, hence don't claim so. This is a fix-up for 730836403aee5f5bb998e6e3622ea7068fce0699. Fixes #1256. --- diff --git a/man/journalctl.xml b/man/journalctl.xml index 3efcfbd6bf8..db3f166e653 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -437,13 +437,11 @@ - + Show messages for the specified syslog - identifier SYSLOG_IDENTIFIER, or - for any of the messages with a - SYSLOG_IDENTIFIER matched by - PATTERN. + identifier + SYSLOG_IDENTIFIER. This parameter can be specified multiple times.