Browse Source

[DOCS] Fix formatting (#73338)

James Rodewig 4 years ago
parent
commit
12c2c1f12a

+ 1 - 1
docs/reference/index-modules/blocks.asciidoc

@@ -75,7 +75,7 @@ PUT /my-index-000001/_block/write
 include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=index]
 +
 By default, you must explicitly name the indices you are adding blocks to.
-To allow the adding of blocks to indices with `_all`, `*``, or other wildcard
+To allow the adding of blocks to indices with `_all`, `*`, or other wildcard
 expressions, change the `action.destructive_requires_name` setting to `false`.
 You can update this setting in the `elasticsearch.yml` file
 or using the <<cluster-update-settings,cluster update settings>> API.

+ 1 - 1
docs/reference/indices/close.asciidoc

@@ -39,7 +39,7 @@ include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=index]
 +
 To close all indices, use `_all` or `*`.
 By default, you must explicitly name the indices you are closing.
-To specify indices to close with `_all`, `*``, or other wildcard
+To specify indices to close with `_all`, `*`, or other wildcard
 expressions, change the `action.destructive_requires_name` setting to `false`.
 You can update this setting in the `elasticsearch.yml` file
 or using the <<cluster-update-settings,cluster update settings>> API.

+ 1 - 1
docs/reference/indices/delete-index.asciidoc

@@ -37,7 +37,7 @@ In this parameter, wildcard expressions match only open, concrete indices. You
 cannot delete an index using an <<indices-aliases,alias>>.
 
 By default, you must explicitly name the indices you are deleting.
-To specify indices to delete with `_all`, `*``, or other wildcard
+To specify indices to delete with `_all`, `*`, or other wildcard
 expressions, change the `action.destructive_requires_name` setting to `false`.
 You can update this setting in the `elasticsearch.yml` file or using the
 <<cluster-update-settings,cluster update settings>> API.

+ 2 - 2
docs/reference/indices/open-close.asciidoc

@@ -55,7 +55,7 @@ disabled using the `ignore_unavailable=true` parameter.
 
 
 By default, you must explicitly name the indices you are opening or closing.
-To open or close indices with `_all`, `*``, or other wildcard
+To open or close indices with `_all`, `*`, or other wildcard
 expressions, change the `action.destructive_requires_name` setting to `false`.
 This setting can also be changed via the cluster update settings api.
 
@@ -89,7 +89,7 @@ the request. Wildcard (`*`) expressions are supported.
 +
 +
 By default, you must explicitly name the indices you using to limit the request.
-To limit a request using `_all`, `*``, or other wildcard
+To limit a request using `_all`, `*`, or other wildcard
 expressions, change the `action.destructive_requires_name` setting to `false`.
 You can update this setting in the `elasticsearch.yml` file
 or using the <<cluster-update-settings,cluster update settings>> API.