diff --git a/src/docbkx/ip.xml b/src/docbkx/ip.xml index a2666ba3e6..eaab43ce35 100644 --- a/src/docbkx/ip.xml +++ b/src/docbkx/ip.xml @@ -353,22 +353,27 @@ each new request gets its own connection and is processed immediately. - ]]> - A simple inbound TCP gateway; it uses '/r/n' delimited data and can be + A simple inbound TCP gateway; if a default connection factory is used, + messages will be \r\n delimited data and the gateway can be used by a simple client such as telnet. - ]]> - A simple oubound TCP gateway; it uses '/r/n' delimited data. + A simple oubound TCP gateway.