From c2c0f39d36236156c1abba72dba9badb2b65dc9d Mon Sep 17 00:00:00 2001 From: Pieter Hintjens Date: Mon, 28 Oct 2013 11:48:28 +0100 Subject: [PATCH] Fixed ref to zmq_socket_monitor --- doc/zmq.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/zmq.txt b/doc/zmq.txt index c699fedd..2f63edb5 100644 --- a/doc/zmq.txt +++ b/doc/zmq.txt @@ -44,9 +44,6 @@ Work with context properties:: Destroy a 0MQ context:: linkzmq:zmq_ctx_term[3] -Monitor a 0MQ context:: - linkzmq:zmq_ctx_set_monitor[3] - These deprecated functions let you create and destroy 'contexts': Initialise 0MQ context:: @@ -142,6 +139,9 @@ Sending and receiving messages:: linkzmq:zmq_recv[3] linkzmq:zmq_send_const[3] +Monitoring socket events: + linkzmq:zmq_socket_monitor[3] + .Input/output multiplexing 0MQ provides a mechanism for applications to multiplex input/output events over a set containing both 0MQ sockets and standard sockets. This mechanism mirrors