typo in zmq_ipc(7) fixed

This commit is contained in:
Martin Sustrik 2010-02-21 16:58:53 +01:00
parent ff99d753ae
commit 1294c1d33a

View File

@ -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.)
----