summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--man/man3/zmq_init.33
1 files changed, 2 insertions, 1 deletions
diff --git a/man/man3/zmq_init.3 b/man/man3/zmq_init.3
index 317dbba..f4f7076 100644
--- a/man/man3/zmq_init.3
+++ b/man/man3/zmq_init.3
@@ -12,8 +12,9 @@ at the same time. At least one application thread should be defined.
specifies the size of thread pool to handle I/O operations. The value shouldn't
be negative. Zero can be used in case only in-process messaging is going to be
used, i.e. there will be no I/O traffic.
-'flags' argument is a combination of the flags defined below:
+.IR flags
+argument is a combination of the flags defined below:
.IP "\fBZMQ_POLL\fP"
flag specifying that the sockets within this context should be pollable (see
.IR zmq_poll