diff options
author | Robert Göhler <github@ghlr.de> | 2021-06-30 14:51:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-30 14:51:41 +0200 |
commit | fa1414dca229599a4034a418dad8b06d31abc648 (patch) | |
tree | 1e4ae8324f21f89178e454af29172ca36b9552fc /docs/cli.rst | |
parent | 10737cad913c17e3cce7291dcd835999f16459a2 (diff) | |
parent | e58574d80d49d11dba556c8cb3653310a94fc50d (diff) | |
download | vyos-documentation-fa1414dca229599a4034a418dad8b06d31abc648.tar.gz vyos-documentation-fa1414dca229599a4034a418dad8b06d31abc648.zip |
Merge pull request #560 from srividya0208/misc
configuration page: corrected spelling and grammatical mistakes
Diffstat (limited to 'docs/cli.rst')
-rw-r--r-- | docs/cli.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/cli.rst b/docs/cli.rst index 7578ef8d..884c3d51 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -110,8 +110,7 @@ files. Terminology ########### -live -A VyOS system has three major types of configurations: +A live VyOS system has three major types of configurations: * **Active** or **running configuration** is the system configuration that is loaded and currently active (used by VyOS). Any change in @@ -404,7 +403,7 @@ different levels in the hierarchy. Use this command to preserve configuration changes upon reboot. By default it is stored at */config/config.boot*. In the case you want to store the configuration file somewhere else, you can add a local - path, an SCP address, an FTP address or a TFTP address. + path, a SCP address, a FTP address or a TFTP address. .. code-block:: none @@ -455,7 +454,7 @@ different levels in the hierarchy. a firewall, and you are not sure there are no mistakes that will lock you out of your system. You can use confirmed commit. If you issue the ``commit-confirm`` command, your changes will be commited, and if - you don't issue issue the ``confirm`` command in 10 minutes, your + you don't issue the ``confirm`` command in 10 minutes, your system will reboot into previous config revision. .. code-block:: none |