From cc8d3586cd51a008b57602aafdd1cedfc40ef5e0 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Tue, 17 Oct 2017 13:18:46 +0100 Subject: [PATCH] Problem: formatting error in zmq_ctx_set Solution: fix it --- doc/zmq_ctx_set.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/zmq_ctx_set.txt b/doc/zmq_ctx_set.txt index 0af25b08..96fa737b 100644 --- a/doc/zmq_ctx_set.txt +++ b/doc/zmq_ctx_set.txt @@ -91,7 +91,7 @@ Default value:: -1 ZMQ_THREAD_NAME_PREFIX: Set name prefix for I/O threads -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The 'ZMQ_THREAD_NAME_PREFIX' argument sets a numeric prefix to each thread created for the internal context's thread pool. This option is only supported on Linux. This option is useful to help debugging done via "top -H" or "gdb"; in case