summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-02-23 10:01:54 +0100
committerMartin Sustrik <sustrik@250bpm.com>2010-02-23 10:01:54 +0100
commitef1b5974891a30b15299464859023a531c2328f8 (patch)
tree4dc1e68aaa657df38a74e62e3bf2171cf75bf755 /doc
parentb9a612ff3f74a3add607b054213d0f52e85cc426 (diff)
minor fix in zmq_socket(3) man page
Diffstat (limited to 'doc')
-rw-r--r--doc/zmq_socket.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/zmq_socket.txt b/doc/zmq_socket.txt
index 6cfc726..b6cdc35 100644
--- a/doc/zmq_socket.txt
+++ b/doc/zmq_socket.txt
@@ -56,7 +56,7 @@ Compatible peer sockets: ZMQ_REQ, ZMQ_XREQ.
Special socket type to be used in request/reply middleboxes such as
linkzmq:zmq_queue[7]. Requests forwarded using this socket type should be
tagged by a proper prefix identifying the original requester. Replies received
-by this socket are tagged with a proper postfix that can be use to route the
+by this socket are tagged with a proper prefix that can be use to route the
reply back to the original requester.
+
Compatible peer sockets: ZMQ_REP, ZMQ_XREP.