diff options
author | Niklas Elmose Andersen <mail@niklasea.dk> | 2020-03-31 19:39:56 +0200 |
---|---|---|
committer | Niklas Elmose Andersen <mail@niklasea.dk> | 2020-03-31 19:39:56 +0200 |
commit | 4742b8117bc84f27d5dfd529fb5e5be6bb286243 (patch) | |
tree | 16e039d4b91d8bb8f4cbdf0209b29f8840a8dccd /docs/contributing | |
parent | 14cf1f452da7b1958415b1bc2beaad43316bb729 (diff) | |
download | vyos-documentation-4742b8117bc84f27d5dfd529fb5e5be6bb286243.tar.gz vyos-documentation-4742b8117bc84f27d5dfd529fb5e5be6bb286243.zip |
Docs: Fix typo and code-block errors
Typo removed from CONTRIBUTING.md
arp.rst properly displays example command
build-vyos.rst troubleshooting diff has proper highlighting
Diffstat (limited to 'docs/contributing')
-rw-r--r-- | docs/contributing/build-vyos.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing/build-vyos.rst b/docs/contributing/build-vyos.rst index d186f05e..28d7b96d 100644 --- a/docs/contributing/build-vyos.rst +++ b/docs/contributing/build-vyos.rst @@ -149,7 +149,7 @@ for whatever reason and you supect its a problem with APT dependencies or installation you can add this small patch which increases the APT verbosity during ISO build. -.. code-block:: Python +.. code-block:: diff diff --git i/scripts/live-build-config w/scripts/live-build-config index 1b3b454..3696e4e 100755 |