From c7c5228a86f62b981059a6cc09ef27e827c3ac0a Mon Sep 17 00:00:00 2001 From: Pieter Hintjens Date: Thu, 13 Feb 2014 11:34:56 +0100 Subject: [PATCH] Fixed minor error in man page --- doc/zmq_ctx_get.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/zmq_ctx_get.txt b/doc/zmq_ctx_get.txt index a6b3614b..a39337f8 100644 --- a/doc/zmq_ctx_get.txt +++ b/doc/zmq_ctx_get.txt @@ -26,7 +26,7 @@ ZMQ_IO_THREADS: Get number of I/O threads The 'ZMQ_IO_THREADS' argument returns the size of the 0MQ thread pool for this context. -ZMQ_MAX_SOCKETS: Set maximum number of sockets +ZMQ_MAX_SOCKETS: Get maximum number of sockets ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The 'ZMQ_MAX_SOCKETS' argument returns the maximum number of sockets allowed for this context.