From: Tetsuya Mukawa Date: Tue, 20 Oct 2015 02:41:45 +0000 (+0900) Subject: doc: fix missing blank line before code block X-Git-Tag: spdx-start~7837 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=5522abfc37531446fc64057c37c4701a4cc602db;p=dpdk.git doc: fix missing blank line before code block The patch adds missing new line to "Managing ABI updates" section. Signed-off-by: Tetsuya Mukawa Acked-by: John McNamara --- diff --git a/doc/guides/contributing/versioning.rst b/doc/guides/contributing/versioning.rst index 653c7d0da0..366c1945e3 100644 --- a/doc/guides/contributing/versioning.rst +++ b/doc/guides/contributing/versioning.rst @@ -383,7 +383,8 @@ easy. Start by removing the symbol from the requisite version map file: } DPDK_2.0; -Next remove the corresponding versioned export +Next remove the corresponding versioned export. + .. code-block:: c -VERSION_SYMBOL(rte_acl_create, _v20, 2.0);