1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 11:55:44 +03:00

man: improve readability of "_TRANSPORT=" section in systemd.journal-fields(7)

The list and descriptions of valid transports was difficult to read, so
break the long sentence up into discrete man page list items to improve
readability.
This commit is contained in:
Jason St. John 2013-06-12 19:45:14 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent 5e9dfd2ef9
commit 3ae83f9896

View File

@ -286,23 +286,75 @@
<listitem>
<para>How the entry was
received by the journal
service. One of
<literal>driver</literal>,
<literal>syslog</literal>,
<literal>journal</literal>,
<literal>stdout</literal>,
<literal>kernel</literal> for
internally generated messages,
for those received via the
local syslog socket with the
syslog protocol, for those
received via the native
journal protocol, for the
those read from a services'
standard output or error
output, or for those read
from the kernel, respectively.
service. Valid transports are:
</para>
<variablelist>
<varlistentry>
<term>
<option>driver</option>
</term>
<listitem>
<para>for
internally
generated
messages
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>syslog</option>
</term>
<listitem>
<para>for those
received via the
local syslog
socket with the
syslog protocol
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>journal</option>
</term>
<listitem>
<para>for those
received via the
native journal
protocol
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>stdout</option>
</term>
<listitem>
<para>for those
read from a
service's
standard output
or error output
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>kernel</option>
</term>
<listitem>
<para>for those
read from the
kernel
</para>
</listitem>
</varlistentry>
</variablelist>
</listitem>
</varlistentry>
</variablelist>