From 3e002f876564fe17080694b68ed2c3f7857f17e0 Mon Sep 17 00:00:00 2001 From: jose Date: Wed, 8 Nov 2023 19:09:40 -0500 Subject: Spelling correction --- docs/cli.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/cli.rst') diff --git a/docs/cli.rst b/docs/cli.rst index 0a5fddf9..67f86659 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. -- cgit v1.2.3 From c5e83bc9a06e329e6772d33ff125569ff209ce7e Mon Sep 17 00:00:00 2001 From: jose Date: Wed, 8 Nov 2023 19:23:49 -0500 Subject: Changed 'set' command to appear the same as other commands --- docs/cli.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/cli.rst') diff --git a/docs/cli.rst b/docs/cli.rst index 67f86659..2e5d55fc 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -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 -- cgit v1.2.3