summaryrefslogtreecommitdiff
path: root/docs/configuration-overview.rst
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-10-02 22:55:47 +0200
committerGitHub <noreply@github.com>2019-10-02 22:55:47 +0200
commit1a3910c1e7597bbc0a560963097ee2ad0efec76d (patch)
treeb86ab37fd7512899b7e76ff9fdfd1d5713f5dec4 /docs/configuration-overview.rst
parent542b5589862fd2b8cbae0668abd677be5a365bc8 (diff)
parentcfcd0f040b3dfd2457fbe7f88c4df3f3c5683249 (diff)
downloadvyos-documentation-1a3910c1e7597bbc0a560963097ee2ad0efec76d.tar.gz
vyos-documentation-1a3910c1e7597bbc0a560963097ee2ad0efec76d.zip
Merge pull request #122 from ramaxlo/typo-fix
Fix typos in pages
Diffstat (limited to 'docs/configuration-overview.rst')
-rw-r--r--docs/configuration-overview.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/configuration-overview.rst b/docs/configuration-overview.rst
index 5bd80028..3a1014f0 100644
--- a/docs/configuration-overview.rst
+++ b/docs/configuration-overview.rst
@@ -105,7 +105,7 @@ The working configuration is the configuration which is currently being modified
Saved configuration
^^^^^^^^^^^^^^^^^^^
-A saved configuration is a configuration saved to a file using the `save` command. It allowes you to keep safe a configuration for future uses. There can be multiple configuration files. The default or "boot" configuration is saved and loaded from the file config.boot.
+A saved configuration is a configuration saved to a file using the `save` command. It allows you to keep safe a configuration for future uses. There can be multiple configuration files. The default or "boot" configuration is saved and loaded from the file config.boot.
Navigating in Configuration Mode
@@ -206,7 +206,7 @@ Managing the configuration
--------------------------
The configuration is managed by the use of `set` and `delete` commands from within configuration mode.
-Configuration commands are flattend from the tree into 'one-liner' commands shown in `show configuration commands` from operation mode.
+Configuration commands are flattened from the tree into 'one-liner' commands shown in `show configuration commands` from operation mode.
These commands are also relative to the level where they are executed and all redundant information from the current level is removed from the command entered.
@@ -370,7 +370,7 @@ To view existing revisions, use `show system commit` operational mode command.
6 2015-03-25 00:16:47 by vyos via cli
7 2015-03-24 23:43:45 by root via boot-config-loader
-You can compare revisions with `compare X Y` command, where X and Y are revision numbers. The output will describe how the configuration X is when comparted to Y, indicating with a plus sign (**+**) the additional parts X has when compared to y, and indicating with a minus sign (**-**) the lacking parts x misses when compared to y.
+You can compare revisions with `compare X Y` command, where X and Y are revision numbers. The output will describe how the configuration X is when compared to Y, indicating with a plus sign (**+**) the additional parts X has when compared to y, and indicating with a minus sign (**-**) the lacking parts x misses when compared to y.
.. code-block:: sh