fix whitespace issue in ducumentation

This removes trailing whitespaces and fixes minor issues.
This commit is contained in:
Christian Hesse 2021-05-10 15:53:50 +02:00
parent d637ca3e17
commit e08e3d587c
17 changed files with 72 additions and 74 deletions

View File

@ -54,7 +54,6 @@ faster than in previous versions as it does not use fsync during the data move
(use --move-use-fsync to disable this feature).
Changes between v2.34 and v2.35
-------------------------------

View File

@ -146,8 +146,8 @@ Specifies a structured data element parameter, a name and value pair. The option
logger --rfc5424 --sd-id zoo@123 \
--sd-param tiger="hungry" \
--sd-param zebra="running" \
--sd-id manager@123
--sd-param onMeeting="yes"
--sd-id manager@123 \
--sd-param onMeeting="yes" \
"this is message"
....
produces:

View File

@ -103,7 +103,6 @@ Log timing information to the _file_. Two timing file formats are supported now.
*-m*, *--logging-format* _format_::
Force use of _advanced_ or _classic_ format. The default is the classic format to log only output and the advanced format when input as well as output logging is requested.
*Classic format*:::
The log contains two fields, separated by a space. The first field indicates how much time elapsed since the previous output. The second field indicates how many characters were output this time.