summaryrefslogtreecommitdiff
path: root/man/man7/zmq_ipc.7
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@fastmq.commkdir>2010-01-18 13:16:14 +0100
committerMartin Sustrik <sustrik@fastmq.commkdir>2010-01-18 13:16:14 +0100
commit4ceb83935062bb84fd5da702679a126d12aed8be (patch)
treebb0bafba163930115f3e29720df8820e1d966ed7 /man/man7/zmq_ipc.7
parentbddff50271b7c4c15c34d7a0aa1c04f3e3e3c107 (diff)
typos in man pages fixed
Diffstat (limited to 'man/man7/zmq_ipc.7')
-rw-r--r--man/man7/zmq_ipc.78
1 files changed, 4 insertions, 4 deletions
diff --git a/man/man7/zmq_ipc.7 b/man/man7/zmq_ipc.7
index 28e57d0..e1731ad 100644
--- a/man/man7/zmq_ipc.7
+++ b/man/man7/zmq_ipc.7
@@ -1,14 +1,14 @@
.TH zmq_ipc 7 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
.SH NAME
-Inter-process tranport for 0MQ
+Inter-process transport for 0MQ
.SH SYNOPSIS
-In-process transport is optimised for passing messages between processes on the
-same physical machine.
+Inter-process transport is optimised for passing messages between processes on
+the same physical machine.
.SH CONNECTION STRING
-Connection string for inproc transport is "inproc://" followed by a file name.
+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
sockets associate a file with the listening socket in a similar way.)