diff --git a/src/docbkx/ip.xml b/src/docbkx/ip.xml
index 94a0cf5ca9..f45348fad7 100644
--- a/src/docbkx/ip.xml
+++ b/src/docbkx/ip.xml
@@ -267,6 +267,12 @@
connection-factory and channel.
The channel attribute specifies the channel on which messages arrive at an
outbound adapter and on which messages are placed by an inbound adapter.
+ The connection factory indicates which connection factory is to be used to
+ manage connections for the adapter. While both inbound and outbound adapters
+ can share a connection factory, server connection factories are always 'owned'
+ by an inbound adapter; client connection factories are always 'owned' by an
+ outbound adapter. One, and only one, adapter of each type may get a reference
+ to a connection factory.
-
-
+
+
@@ -500,7 +506,7 @@
Y
true, false
Whether or not the tcp adapter is using NIO. Refer to the java.nio
- package for more information.i Default false.
+ package for more information. Default false.
using-direct-buffers
@@ -597,8 +603,7 @@
Y
Y
- Specifies the concurrency.
- be handled concurrently. For tcp, not using nio, specifies the
+ Specifies the concurrency. For tcp, not using nio, specifies the
number of concurrent connections supported by the adapter. For tcp,
using nio, specifies the number of tcp fragments that are concurrently
reassembled into complete messages.