diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2010-02-21 16:58:53 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2010-02-21 16:58:53 +0100 |
commit | 1294c1d33a1c73218eb94bf18ceb9ae873d08891 (patch) | |
tree | 1f723186e52ecbd139cdf2241ee651846a1bad65 /doc | |
parent | ff99d753ae30a7b5fef730fdcf1643e2928d9993 (diff) |
typo in zmq_ipc(7) fixed
Diffstat (limited to 'doc')
-rw-r--r-- | doc/zmq_ipc.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/zmq_ipc.txt b/doc/zmq_ipc.txt index c3980f6..acce97a 100644 --- a/doc/zmq_ipc.txt +++ b/doc/zmq_ipc.txt @@ -15,8 +15,8 @@ the same physical machine. CONNECTION STRING ----------------- -Connection string for inproc transport is "ipc://" followed by a file name. -The file will be used as placeholder for a message endpoint. (UNIX domain +Connection string for inter-process transport is "ipc://" followed by a file +name. The file will be used as placeholder for a message endpoint. (UNIX domain sockets associate a file with the listening socket in a similar way.) ---- |