diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2007-06-04 07:42:29 +0000 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2007-06-04 07:42:29 +0000 |
commit | 117230c4fdb966d1850e8ad7569f3dae4c425ec2 (patch) | |
tree | 911653b6489fc6689e58d7d0a4a194b70c33628b | |
parent | 911656eb1ab537c3451895c91b839463a962e58e (diff) |
stream Unix tube documentation: explicitely say we're using a stream socket
-rw-r--r-- | spec/Channel_Type_Tubes.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/Channel_Type_Tubes.xml b/spec/Channel_Type_Tubes.xml index 08aeea85..c9b063da 100644 --- a/spec/Channel_Type_Tubes.xml +++ b/spec/Channel_Type_Tubes.xml @@ -56,7 +56,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. <tp:enumvalue suffix="Stream_Unix" value="1"> <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>An ordered reliable transport, for transporting TCP traffic - through Unix socket.</p> + through a Unix stream socket.</p> <p>For each Stream Unix tube offered, the connection managers exports a local Unix socket to the participants of the tube. |