From 2bb57ac57ace37203c505ff17147210feca34d73 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Fri, 15 Jan 2010 14:11:39 +0100 Subject: ZMQII-39: Implement IPC transport --- man/man7/zmq_inproc.7 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'man/man7/zmq_inproc.7') diff --git a/man/man7/zmq_inproc.7 b/man/man7/zmq_inproc.7 index bc09f90..0c84641 100644 --- a/man/man7/zmq_inproc.7 +++ b/man/man7/zmq_inproc.7 @@ -3,7 +3,7 @@ In-process (inter-thread) tranport for 0MQ .SH SYNOPSIS -In-process transport is optimised for passing messages betweem threads in the +In-process transport is optimised for passing messages between threads in the same process. Messages are passed directly from one application thread to @@ -32,6 +32,7 @@ wire format specification. .SH "SEE ALSO" +.BR zmq_ipc (7) .BR zmq_tcp (7) .BR zmq_udp (7) .BR zmq_pgm (7) -- cgit v1.2.3