summaryrefslogtreecommitdiff
path: root/doc/rtd/topics/merging.rst
diff options
context:
space:
mode:
authorMark Esler <eslerm@umn.edu>2022-02-10 15:44:37 -0600
committerGitHub <noreply@github.com>2022-02-10 15:44:37 -0600
commitcbe840ac7247c9bf79cf63100b7f85ef38758763 (patch)
tree5f48726760d9ac688004db0c39586edd154c52d4 /doc/rtd/topics/merging.rst
parent217ef6ba6c52788f4363b998b6da08863fea5cd9 (diff)
downloadvyos-cloud-init-cbe840ac7247c9bf79cf63100b7f85ef38758763.tar.gz
vyos-cloud-init-cbe840ac7247c9bf79cf63100b7f85ef38758763.zip
minor improvements to documentation (#1259)
* Primarily improved grammar for clarity. * A few Sphinx/RST syntax fixes. * Set text width to 79 characters per footer documentation where needed. * Changed "yaml" to "YAML" when used in sentences.
Diffstat (limited to 'doc/rtd/topics/merging.rst')
-rw-r--r--doc/rtd/topics/merging.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/rtd/topics/merging.rst b/doc/rtd/topics/merging.rst
index 2b5e5dad..204719eb 100644
--- a/doc/rtd/topics/merging.rst
+++ b/doc/rtd/topics/merging.rst
@@ -6,8 +6,8 @@ Overview
========
This was implemented because it has been a common feature request that there be
-a way to specify how cloud-config yaml "dictionaries" provided as user-data are
-merged together when there are multiple yaml files to merge together (say when
+a way to specify how cloud-config YAML "dictionaries" provided as user-data are
+merged together when there are multiple YAML files to merge together (say when
performing an #include).
Since previously the merging algorithm was very simple and would only overwrite
@@ -236,7 +236,7 @@ Other uses
==========
In addition to being used for merging user-data sections, the default merging
-algorithm for merging 'conf.d' yaml files (which form an initial yaml config
+algorithm for merging 'conf.d' YAML files (which form an initial YAML config
for cloud-init) was also changed to use this mechanism so its full
benefits (and customization) can also be used there as well. Other places that
used the previous merging are also, similarly, now extensible (metadata
@@ -285,4 +285,4 @@ The second config
- bash4
-.. vi: textwidth=78
+.. vi: textwidth=79