Skip to content

Commit 15f1c02

Browse files
authored
Unified multi-line term usage (#98)
In some documents the term "multiline" was used, without a dash. But in the grammar and all other places in the documents it is used in "multi-line" form. Now it's "multi-line" everywhere.
2 parents 948be7d + 97b5b82 commit 15f1c02

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

doc/_admin-guide/060_Sources/090_mbox/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ short_title: mbox
44
id: adm-src-mbox
55
description: >-
66
Using the mbox() driver, {{ site.product.short_name }} can read email messages from
7-
local mbox files, and convert them to multiline log messages.
7+
local mbox files, and convert them to multi-line log messages.
88
---
99

1010
This driver has only one required option, the filename of the mbox file.

doc/_admin-guide/060_Sources/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ The following table lists the source drivers available in syslog-ng.
114114
|internal()|Messages generated internally in syslog-ng.|
115115
|network()|Receives messages from remote hosts using the BSD-syslog protocol over IPv4 and IPv6. Supports the TCP, UDP, and TLS network protocols.|
116116
|nodejs()|Receives JSON messages from nodejs applications.|
117-
|mbox()|Read email messages from local mbox files, and convert them to multiline log messages.|
117+
|mbox()|Read email messages from local mbox files, and convert them to multi-line log messages.|
118118
|osquery()|Run osquery queries, and convert their results into log messages.|
119119
|pacct()|Reads messages from the process accounting logs on Linux.|
120120
|pipe()|Opens the specified named pipe and reads messages.|

doc/_admin-guide/120_Parser/004_XML_parser/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ any of the following options:
123123

124124
- Ensure that the XML is a single-line message.
125125

126-
- In the case of multiline XML documents:
126+
- In the case of multi-line XML documents:
127127

128128
- If the opening and closing tags are fixed and known, you can use
129129
**multi-line-mode(prefix-suffix)**. Using regular expressions,

doc/_admin-guide/190_The_syslog-ng_manual_pages/010_syslog-ng_conf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ listed below.
227227
|internal() |Messages generated internally in {{ site.product.short_name }}.
228228
|network() |Receives messages from remote hosts using the BSD-syslog protocol over IPv4 and IPv6. Supports the TCP, UDP, and TLS network protocols.
229229
|nodejs() |Receives JSON messages from nodejs applications.
230-
|mbox() |Read e-mail messages from local mbox files, and convert them to multiline log messages.
230+
|mbox() |Read e-mail messages from local mbox files, and convert them to multi-line log messages.
231231
|osquery() |Run osquery queries, and convert their results into log messages.
232232
|pacct() |Reads messages from the process accounting logs on Linux.
233233
|pipe() |Opens the specified named pipe and reads messages.

0 commit comments

Comments
 (0)