summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2011-03-24 15:07:23 +0100
committerMartin Sustrik <sustrik@250bpm.com>2011-03-24 15:07:23 +0100
commitd61f067f5bade1269213735b8628a92621b62c91 (patch)
treec579f1f3926442d44faca23f7274ab56bdf6b8da /doc
parent23bd3726a57793b850cb26e22274fd188fb86e82 (diff)
ZMQ_EVENTS type changed to int
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/zmq_getsockopt.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/zmq_getsockopt.txt b/doc/zmq_getsockopt.txt
index be3c17f..8189cf3 100644
--- a/doc/zmq_getsockopt.txt
+++ b/doc/zmq_getsockopt.txt
@@ -316,7 +316,7 @@ the 'ZMQ_EVENTS' option is valid; applications should simply ignore this case
and restart their polling operation/event loop.
[horizontal]
-Option value type:: uint32_t
+Option value type:: int
Option value unit:: N/A (flags)
Default value:: N/A
Applicable socket types:: all