From dede6ee874b34ea4085bf1a57458eebeb212b6b0 Mon Sep 17 00:00:00 2001 From: Lee Hinman Date: Wed, 9 Oct 2013 01:54:58 -0600 Subject: [PATCH] Remove extra 'processors' anchor in threadpool docs --- docs/reference/modules/threadpool.asciidoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/reference/modules/threadpool.asciidoc b/docs/reference/modules/threadpool.asciidoc index 40d6a5bad87c..eba2392408a9 100644 --- a/docs/reference/modules/threadpool.asciidoc +++ b/docs/reference/modules/threadpool.asciidoc @@ -95,8 +95,7 @@ threadpool: queue_size: 1000 -------------------------------------------------- -[processors]]
 -[float]
 +[float] [[processors]] === Processors setting The number of processors is automatically detected, and the thread pool @@ -105,4 +104,4 @@ are wrongly detected, in such cases, the number of processors can be explicitly set using the `processors` setting. In order to check the number of processors detected, use the nodes info -API with the `os` flag. \ No newline at end of file +API with the `os` flag.