From 82242f6a9e06d855ff2ac5616196a97868838a6c Mon Sep 17 00:00:00 2001 From: malosek Date: Mon, 30 Nov 2009 17:48:16 +0100 Subject: minor formatting fix in zmq_init.3 man page --- man/man3/zmq_init.3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3