From 4ceb83935062bb84fd5da702679a126d12aed8be Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Mon, 18 Jan 2010 13:16:14 +0100 Subject: typos in man pages fixed --- man/man7/zmq_ipc.7 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'man/man7/zmq_ipc.7') 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.) -- cgit v1.2.3