From: Jason St. John Date: Wed, 12 Jun 2013 17:45:14 +0000 (+0200) Subject: man: improve readability of "_TRANSPORT=" section in systemd.journal-fields(7) X-Git-Tag: v205~123 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=3ae83f9896bff49679c8a60e6ff9520557df8b16;ds=sidebyside 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. --- diff --git a/man/systemd.journal-fields.xml b/man/systemd.journal-fields.xml index a0f1bfda1..beb2fd658 100644 --- a/man/systemd.journal-fields.xml +++ b/man/systemd.journal-fields.xml @@ -286,23 +286,75 @@ How the entry was received by the journal - service. One of - driver, - syslog, - journal, - stdout, - kernel 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: + + + + + + + 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 those + read from a + service's + standard output + or error output + + + + + + + + + + for those + read from the + kernel + + + +