diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-19 17:56:10 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-19 17:56:10 +0100 |
commit | e747ad40df76d80d24e797f8bfb2670c1fa2f6c9 (patch) | |
tree | 05d34e35e6bd4d17c421e7b31f135a45db8e0291 /docs/contributing | |
parent | 9f4bfed1951272f1b27b31e781ca9fed920045f4 (diff) | |
download | vyos-documentation-e747ad40df76d80d24e797f8bfb2670c1fa2f6c9.tar.gz vyos-documentation-e747ad40df76d80d24e797f8bfb2670c1fa2f6c9.zip |
contributing: clicmd and opcmd definitions should be indented by 3
Diffstat (limited to 'docs/contributing')
-rw-r--r-- | docs/contributing/documentation.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/contributing/documentation.rst b/docs/contributing/documentation.rst index 40edf750..48cc063b 100644 --- a/docs/contributing/documentation.rst +++ b/docs/contributing/documentation.rst @@ -162,12 +162,12 @@ be added below this statement. .. opcmd:: show protocols static arp - Display all known ARP table entries spanning accross all interfaces + Display all known ARP table entries spanning accross all interfaces .. cfgcmd:: set protocols static arp 192.0.2.100 hwaddr 00:53:27:de:23:aa - This will configure a static ARP entry always resolving `192.0.2.100` to - `00:53:27:de:23:aa`. + This will configure a static ARP entry always resolving `192.0.2.100` to + `00:53:27:de:23:aa`. .. _Sphinx-doc: https://www.sphinx-doc.org .. _reStructuredText: http://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html |