summaryrefslogtreecommitdiff
path: root/man/man7/zmq_inproc.7
diff options
context:
space:
mode:
Diffstat (limited to 'man/man7/zmq_inproc.7')
-rw-r--r--man/man7/zmq_inproc.73
1 files changed, 2 insertions, 1 deletions
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)