diff options
author | malosek <malosek@fastmq.com> | 2009-11-30 17:48:16 +0100 |
---|---|---|
committer | malosek <malosek@fastmq.com> | 2009-11-30 17:48:16 +0100 |
commit | 82242f6a9e06d855ff2ac5616196a97868838a6c (patch) | |
tree | a67628ea83b08e1cb9081091d9cacc10ec76185f | |
parent | c637bf292d0dc97be5c94c5c96a033c2d665576c (diff) |
minor formatting fix in zmq_init.3 man page
-rw-r--r-- | man/man3/zmq_init.3 | 3 |
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 |