git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c76533
)
doc: fix missing blank line before code block
author
Tetsuya Mukawa
<mukawa@igel.co.jp>
Tue, 20 Oct 2015 02:41:45 +0000
(11:41 +0900)
committer
Thomas Monjalon
<thomas.monjalon@6wind.com>
Mon, 7 Dec 2015 03:57:16 +0000
(
04:57
+0100)
The patch adds missing new line to "Managing ABI updates" section.
Signed-off-by: Tetsuya Mukawa <mukawa@igel.co.jp>
Acked-by: John McNamara <john.mcnamara@intel.com>
doc/guides/contributing/versioning.rst
patch
|
blob
|
history
diff --git
a/doc/guides/contributing/versioning.rst
b/doc/guides/contributing/versioning.rst
index
653c7d0
..
366c194
100644
(file)
--- 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);