You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2024/02/21 18:46:42 UTC

(camel) 07/07: CAMEL-20410: documentation fixes for camel-syslog

This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit c60e2ac0283c2cc1e25c909af328acb1c8f31150
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Wed Feb 21 19:27:38 2024 +0100

    CAMEL-20410: documentation fixes for camel-syslog
    
    - Fixed samples
    - Fixed grammar and typos
    - Fixed punctuation
    - Added and/or fixed links
    - Converted to use tabs
---
 components/camel-syslog/src/main/docs/syslog-dataformat.adoc | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/components/camel-syslog/src/main/docs/syslog-dataformat.adoc b/components/camel-syslog/src/main/docs/syslog-dataformat.adoc
index a0763d06746..7b9e04eaa93 100644
--- a/components/camel-syslog/src/main/docs/syslog-dataformat.adoc
+++ b/components/camel-syslog/src/main/docs/syslog-dataformat.adoc
@@ -24,7 +24,7 @@ String
 * Integration with the xref:ROOT:mina-component.adoc[camel-mina] component.
 * Integration with the xref:ROOT:netty-component.adoc[camel-netty] component.
 * Encoder and decoder for
-the xref:ROOT:netty-component.adoc[Netty Component] component.
+the xref:ROOT:netty-component.adoc[Netty component].
 * Support for RFC5424 also.
 
 Maven users will need to add the following dependency to their `pom.xml`
@@ -46,8 +46,8 @@ Syslog uses the user datagram protocol (UDP)
 as its underlying transport layer mechanism.  
 The UDP port that has been assigned to syslog is 514.
 
-To expose a Syslog listener service we reuse the existing
-xref:ROOT:mina-component.adoc[Mina Component] component or xref:ROOT:netty-component.adoc[Netty Component]
+To expose a Syslog listener service, we reuse the existing
+xref:ROOT:mina-component.adoc[Mina Component] or xref:ROOT:netty-component.adoc[Netty Component]
 where we just use the `Rfc3164SyslogDataFormat` to marshal and unmarshal
 messages. Notice that from *Camel 2.14* onwards the syslog dataformat is
 renamed to `SyslogDataFormat`.
@@ -62,8 +62,8 @@ include::partial$dataformat-options.adoc[]
 
 *Since Camel 2.14*
 
-To expose a Syslog listener service we reuse the
-existing xref:ROOT:mina-component.adoc[Mina Component] component
+To expose a Syslog listener service, we reuse the
+existing xref:ROOT:mina-component.adoc[Mina Component]
 or xref:ROOT:netty-component.adoc[Netty Component] where we just use
 the `SyslogDataFormat` to marshal and unmarshal messages