summaryrefslogtreecommitdiff
path: root/docs/automation/command-scripting.rst
diff options
context:
space:
mode:
authorrebortg <github@ghlr.de>2022-03-23 21:19:43 +0100
committerrebortg <github@ghlr.de>2022-03-23 21:19:43 +0100
commit3905e95e192cfc34743efad15d99e712ee64b7b2 (patch)
tree0c72293994f0b329af6a550bd5c3757da93b3ae2 /docs/automation/command-scripting.rst
parent1845a724e5593bb5b4413a62db0789191775e371 (diff)
downloadvyos-documentation-3905e95e192cfc34743efad15d99e712ee64b7b2.tar.gz
vyos-documentation-3905e95e192cfc34743efad15d99e712ee64b7b2.zip
commands-scripting: fix build error
Diffstat (limited to 'docs/automation/command-scripting.rst')
-rw-r--r--docs/automation/command-scripting.rst19
1 files changed, 10 insertions, 9 deletions
diff --git a/docs/automation/command-scripting.rst b/docs/automation/command-scripting.rst
index 4486b0c9..7cf31232 100644
--- a/docs/automation/command-scripting.rst
+++ b/docs/automation/command-scripting.rst
@@ -62,15 +62,16 @@ a remote VyOS system.
Will return:
-```
-Welcome to VyOS
-Codes: S - State, L - Link, u - Up, D - Down, A - Admin Down
-Interface IP Address S/L Description
---------- ---------- --- -----------
-eth0 192.0.2.1/24 u/u
-lo 127.0.0.1/8 u/u
- ::1/128
-```
+.. code-block:: none
+
+ Welcome to VyOS
+ Codes: S - State, L - Link, u - Up, D - Down, A - Admin Down
+ Interface IP Address S/L Description
+ --------- ---------- --- -----------
+ eth0 192.0.2.1/24 u/u
+ lo 127.0.0.1/8 u/u
+ ::1/128
+
Other script languages
----------------------