From f42dcf2ffd7bd25f3f91aa6127515f393cd1860f Mon Sep 17 00:00:00 2001 From: Costin Leau Date: Fri, 10 May 2019 17:07:31 +0300 Subject: [PATCH] Docs: Tweak list formatting --- docs/reference/sql/language/indices.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/sql/language/indices.asciidoc b/docs/reference/sql/language/indices.asciidoc index 5a3b5514931a2..82c7f30fb041e 100644 --- a/docs/reference/sql/language/indices.asciidoc +++ b/docs/reference/sql/language/indices.asciidoc @@ -95,11 +95,11 @@ when explicitly told so by user - in other words, by default, frozen indices are One can toggle the use of frozen indices through: -::dedicated configuration parameter +dedicated configuration parameter:: Set to `true` properties `index_include_frozen` in the <> or `index.include.frozen` in the drivers to include frozen indices. -::dedicated keyword -Explicitly perform the inclusion through the dedicated `FROZEN` keyword in the `FROM` clause or `INCLUDE FROZEN` in the `SHOW ` commands: +dedicated keyword:: +Explicitly perform the inclusion through the dedicated `FROZEN` keyword in the `FROM` clause or `INCLUDE FROZEN` in the `SHOW` commands: ["source","sql",subs="attributes,callouts,macros"] ----