summaryrefslogtreecommitdiff
path: root/docs/automation
diff options
context:
space:
mode:
authorrebortg <github@ghlr.de>2022-03-23 21:17:33 +0100
committerrebortg <github@ghlr.de>2022-03-23 21:17:33 +0100
commitf42b7b819959e303c4a109b5d454da61bfc439a7 (patch)
tree9fc4f6aa93af91c18840773811f762edcb087b55 /docs/automation
parent4b562eed7ecccfa1b6a6ade9143e57f44a05a6d1 (diff)
downloadvyos-documentation-f42b7b819959e303c4a109b5d454da61bfc439a7.tar.gz
vyos-documentation-f42b7b819959e303c4a109b5d454da61bfc439a7.zip
commands-scripting: fix build error
Diffstat (limited to 'docs/automation')
-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 76778853..8859f109 100644
--- a/docs/automation/command-scripting.rst
+++ b/docs/automation/command-scripting.rst
@@ -61,15 +61,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
----------------------