From 3ae83f9896bff49679c8a60e6ff9520557df8b16 Mon Sep 17 00:00:00 2001 From: "Jason St. John" Date: Wed, 12 Jun 2013 19:45:14 +0200 Subject: [PATCH] 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. --- man/systemd.journal-fields.xml | 84 +++++++++++++++++++++++++++------- 1 file changed, 68 insertions(+), 16 deletions(-) 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 + + + + -- 2.30.2