diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2010-02-16 18:03:41 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2010-02-16 18:03:41 +0100 |
commit | 2ddce205350f11dacd8d8550f7d4e6e088c7fbcd (patch) | |
tree | 26cb415aaacd70e8252646861ec070f6afde14f7 /doc | |
parent | 43620b3d35e3f3a6e49046fdc0426651bf58dedb (diff) | |
parent | a2f9899f6a1fad3f9c73fc7599445bdde0b95ec4 (diff) |
Merge branch 'master' of git@github.com:sustrik/zeromq2
Diffstat (limited to 'doc')
-rw-r--r-- | doc/zmq_poll.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/zmq_poll.txt b/doc/zmq_poll.txt index 8e386bc..9969d0f 100644 --- a/doc/zmq_poll.txt +++ b/doc/zmq_poll.txt @@ -49,7 +49,8 @@ infinite timeout. RETURN VALUE ------------ -Function returns number of items signaled or -1 in the case of error. +Function returns number of items signaled, 0 in the case of timeout or -1 +in the case of error. ERRORS |