diff options
author | Robert Göhler <github@ghlr.de> | 2023-11-12 21:08:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-12 21:08:45 +0100 |
commit | 8de4a1e55a050f12536670c2f80d87c84b21fbbf (patch) | |
tree | cc70193d73b69f071e69f881d0f47ef24bc190ab | |
parent | e4785773bf5f4e8a666fbe3dd6ee5fe06230f001 (diff) | |
parent | c5e83bc9a06e329e6772d33ff125569ff209ce7e (diff) | |
download | vyos-documentation-8de4a1e55a050f12536670c2f80d87c84b21fbbf.tar.gz vyos-documentation-8de4a1e55a050f12536670c2f80d87c84b21fbbf.zip |
Merge pull request #1145 from josenj/master
Small document changes.
-rw-r--r-- | docs/cli.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cli.rst b/docs/cli.rst index 0a5fddf9..2e5d55fc 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -369,7 +369,7 @@ command. You are now in a sublevel relative to ``interfaces ethernet eth0``, all commands executed from this point on are relative to this sublevel. Use -eithe the :cfgcmd:`top` or :cfgcmd:`exit` command to go back to the top +either the :cfgcmd:`top` or :cfgcmd:`exit` command to go back to the top of the hierarchy. You can also use the :cfgcmd:`up` command to move only one level up at a time. @@ -410,7 +410,7 @@ working configuration indicating line changes with ``+`` for additions, loopback lo { } -It is also possible to display all `set` commands within configuration +It is also possible to display all :cfgcmd:`set` commands within configuration mode using :cfgcmd:`show | commands` .. code-block:: none |