diff options
author | Daniil Baturin <daniil@vyos.io> | 2020-04-01 01:13:05 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-01 01:13:05 +0700 |
commit | 4f9e7c81d77ad439636e75078d27880a9a2fc62b (patch) | |
tree | 6b979c88aafeb1133d44b289df66262c0938483d /docs | |
parent | c7d9ba885e3eade5e849aa007c9e9fe126e27d13 (diff) | |
parent | 4742b8117bc84f27d5dfd529fb5e5be6bb286243 (diff) | |
download | vyos-documentation-4f9e7c81d77ad439636e75078d27880a9a2fc62b.tar.gz vyos-documentation-4f9e7c81d77ad439636e75078d27880a9a2fc62b.zip |
Merge pull request #227 from niklasea/fix-typos
Docs: Fix typo and code-block errors
Diffstat (limited to 'docs')
-rw-r--r-- | docs/contributing/build-vyos.rst | 2 | ||||
-rw-r--r-- | docs/routing/arp.rst | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/docs/routing/arp.rst b/docs/routing/arp.rst index ceecc10e..5f3115ab 100644 --- a/docs/routing/arp.rst +++ b/docs/routing/arp.rst @@ -26,7 +26,7 @@ Configure Example: - .. code-block:: + .. code-block:: none set protocols static arp 192.0.2.100 hwaddr 00:53:27:de:23:aa |