]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fix journalctl --syslog-identifier= documentation
authorLennart Poettering <lennart@poettering.net>
Sat, 3 Oct 2015 09:40:16 +0000 (11:40 +0200)
committerLennart Poettering <lennart@poettering.net>
Sat, 3 Oct 2015 09:40:16 +0000 (11:40 +0200)
We don't actually accept patterns, hence don't claim so. This is a
fix-up for 730836403aee5f5bb998e6e3622ea7068fce0699.

Fixes #1256.

man/journalctl.xml

index 3efcfbd6bf8a2f86bb2ba5b2a7f1fafbc46bb9b5..db3f166e65349c35961c19598f9393ec819f4c95 100644 (file)
 
       <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>