In some places it is using Markdown syntax and in others it is not needed as there is already a code block.
Signed-off-by: Kevin Traynor <[email protected]> --- Documentation/howto/vtep.rst | 1 - Documentation/internals/contributing/coding-style.rst | 2 -- Documentation/topics/dpdk/memory.rst | 2 +- Documentation/topics/dpdk/vhost-user.rst | 2 +- 4 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Documentation/howto/vtep.rst b/Documentation/howto/vtep.rst index 6a5202423..302894ff1 100644 --- a/Documentation/howto/vtep.rst +++ b/Documentation/howto/vtep.rst @@ -119,5 +119,4 @@ using the debian packages as mentioned in step 2 of the "Requirements" section. $ ovsdb-tool create /etc/openvswitch/ovs.db vswitchd/vswitch.ovsschema $ ovsdb-tool create /etc/openvswitch/vtep.db vtep/vtep.ovsschema - ``` 2. Start ovsdb-server and have it handle both databases: diff --git a/Documentation/internals/contributing/coding-style.rst b/Documentation/internals/contributing/coding-style.rst index 7fc320080..eef984e87 100644 --- a/Documentation/internals/contributing/coding-style.rst +++ b/Documentation/internals/contributing/coding-style.rst @@ -190,5 +190,4 @@ Example: :: - ``` /* Stores the features supported by 'netdev' into each of '*current', * '*advertised', '*supported', and '*peer' that are non-null. Each value @@ -203,5 +202,4 @@ Example: ... } - ``` Functions that destroy an instance of a dynamically-allocated type should diff --git a/Documentation/topics/dpdk/memory.rst b/Documentation/topics/dpdk/memory.rst index 7a9d02c18..8b7758e6e 100644 --- a/Documentation/topics/dpdk/memory.rst +++ b/Documentation/topics/dpdk/memory.rst @@ -53,5 +53,5 @@ model and allocate the required hugepage memory. Per port mempool support may be enabled via a global config value, -```per-port-memory```. Setting this to true enables the per port memory +``per-port-memory``. Setting this to true enables the per port memory model for all DPDK devices in OVS:: diff --git a/Documentation/topics/dpdk/vhost-user.rst b/Documentation/topics/dpdk/vhost-user.rst index 97e66a99e..41410bbc0 100644 --- a/Documentation/topics/dpdk/vhost-user.rst +++ b/Documentation/topics/dpdk/vhost-user.rst @@ -283,5 +283,5 @@ concern. IOMMU support may be enabled via a global config value, -```vhost-iommu-support```. Setting this to true enables vhost IOMMU support for +``vhost-iommu-support``. Setting this to true enables vhost IOMMU support for all vhost ports when/where available:: -- 2.34.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
