Skip to content

Commit

Permalink
Removed inaccurate note in zmq_poll man page
Browse files Browse the repository at this point in the history
  • Loading branch information
hintjens committed Sep 20, 2013
1 parent 4ce9b42 commit b411a35
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions doc/zmq_poll.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ NOTE: The _zmq_poll()_ function may be implemented or emulated using operating
system interfaces other than _poll()_, and as such may be subject to the limits
of those interfaces in ways not defined in this documentation.

NOTE: The _zmq_send()_ function will clear all pending events on a socket. Thus,
if you use _zmq_poll()_ to monitor input on a socket, use it before output as
well, and process all events after each _zmq_poll()_ call.

RETURN VALUE
------------
Upon successful completion, the _zmq_poll()_ function shall return the number
Expand Down

0 comments on commit b411a35

Please sign in to comment.