summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2011-03-23 15:40:35 +0100
committerMartin Sustrik <sustrik@250bpm.com>2011-03-23 15:40:35 +0100
commite3cf6e9ced979464d30ad4cd63087cfbee33e9bd (patch)
tree078904059822eb18b6212a0f6d8d67f44f057fb6 /doc
parent34d7854199ab89faf2edfc3305932cc07b2030ab (diff)
Obsolete note removed from zmq_poll(3) manpage
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/zmq_poll.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/zmq_poll.txt b/doc/zmq_poll.txt
index e8e001c..9e3ecf7 100644
--- a/doc/zmq_poll.txt
+++ b/doc/zmq_poll.txt
@@ -36,9 +36,6 @@ descriptor 'fd', for the event(s) specified in 'events'. If both 'socket' and
'fd' are set in a single *zmq_pollitem_t*, the 0MQ socket referenced by
'socket' shall take precedence and the value of 'fd' shall be ignored.
-NOTE: All 0MQ sockets passed to the _zmq_poll()_ function must share the
-same 0MQ 'context' and must belong to the thread calling _zmq_poll()_.
-
For each *zmq_pollitem_t* item, _zmq_poll()_ shall first clear the 'revents'
member, and then indicate any requested events that have occurred by setting the
bit corresponding to the event condition in the 'revents' member.