summaryrefslogtreecommitdiff
path: root/man/journalctl.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-10-03 11:40:16 +0200
committerLennart Poettering <lennart@poettering.net>2015-10-03 11:40:16 +0200
commitfd8d05e9b85c7973339e58d9bc1e5ccd4f5c98b7 (patch)
tree1d8820c76754abae9a71bc67b8b9a151f48f9597 /man/journalctl.xml
parent32252660954804747ae6b64c3921d5cb9a1c09c9 (diff)
downloadsystemd-fd8d05e9b85c7973339e58d9bc1e5ccd4f5c98b7.tar.gz
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.
Diffstat (limited to 'man/journalctl.xml')
-rw-r--r--man/journalctl.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/man/journalctl.xml b/man/journalctl.xml
index 3efcfbd6bf..db3f166e65 100644
--- a/man/journalctl.xml
+++ b/man/journalctl.xml
@@ -437,13 +437,11 @@
<varlistentry>
<term><option>-t</option></term>
- <term><option>--identifier=<replaceable>SYSLOG_IDENTIFIER</replaceable>|<replaceable>PATTERN</replaceable></option></term>
+ <term><option>--identifier=<replaceable>SYSLOG_IDENTIFIER</replaceable></option></term>
<listitem><para>Show messages for the specified syslog
- identifier <replaceable>SYSLOG_IDENTIFIER</replaceable>, or
- for any of the messages with a
- <literal>SYSLOG_IDENTIFIER</literal> matched by
- <replaceable>PATTERN</replaceable>.</para>
+ identifier
+ <replaceable>SYSLOG_IDENTIFIER</replaceable>.</para>
<para>This parameter can be specified multiple
times.</para></listitem>