Christian Poessinger 101449f304 documentation: fix generation error in "code-block" directive
docs/contributing/documentation.rst:115: ERROR: Error in "code-block" directive:
1 argument(s) required, 0 supplied.

.. code-block::

  .. opcmd:: show protocols static arp

  Display all known ARP table entries spanning accross all interfaces

There is a missing "sh" statement after "code-block::"
2019-11-23 14:03:44 +01:00
..