diff options
| author | Sebastian Weber <s@web3r.de> | 2024-01-17 21:50:27 +0100 | 
|---|---|---|
| committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-01-19 20:07:30 +0000 | 
| commit | 244e576b3db157c3094c5d46257cdf785f93cb70 (patch) | |
| tree | 66562dfcb438aa931facd2db79b447fadb0b7141 /docs/cli.rst | |
| parent | 6ed85600b218a0457a1fd125c97314b1783e63bd (diff) | |
| download | vyos-documentation-244e576b3db157c3094c5d46257cdf785f93cb70.tar.gz vyos-documentation-244e576b3db157c3094c5d46257cdf785f93cb70.zip | |
Fix docs/cli.rst
(cherry picked from commit 3b7d0667703cf918f6aaab4ae9b6abddb9d54982)
Diffstat (limited to 'docs/cli.rst')
| -rw-r--r-- | docs/cli.rst | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/docs/cli.rst b/docs/cli.rst index 0a5fddf9..55ec2be0 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -558,7 +558,7 @@ different levels in the hierarchy.     What if you are doing something dangerous? Suppose you want to setup     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 +   the ``commit-confirm`` command, your changes will be committed, and if     you don't issue  the ``confirm`` command in 10 minutes, your     system will reboot into previous config revision. @@ -653,7 +653,7 @@ different levels in the hierarchy.     The ``comment`` command allows you to insert a comment above the     ``<config node>`` configuration section. When shown, comments are     enclosed with ``/*`` and ``*/`` as open/close delimiters. Comments -   need to be commited, just like other config changes. +   need to be committed, just like other config changes.     To remove an existing comment from your current configuration,     specify an empty string enclosed in double quote marks (``""``) as @@ -852,7 +852,7 @@ Remote Archive  VyOS can upload the configuration to a remote location after each call  to :cfgcmd:`commit`. You will have to set the commit-archive location.  TFTP, FTP, SCP and SFTP servers are supported. Every time a -:cfgcmd:`commit` is successfull the ``config.boot`` file will be copied +:cfgcmd:`commit` is successful the ``config.boot`` file will be copied  to the defined destination(s). The filename used on the remote host will  be ``config.boot-hostname.YYYYMMDD_HHMMSS``.  | 
