From: Gaetan Rivet Date: Tue, 25 Apr 2017 10:18:15 +0000 (+0200) Subject: doc: fix missing backquotes in release notes X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=4a7e01f04bf0dd31937d9d1578b3b1b58b567a7a;p=dpdk.git doc: fix missing backquotes in release notes Fixes: ea85e7d711b6 ("ethdev: retrieve xstats by ID") Signed-off-by: Gaetan Rivet Acked-by: John McNamara --- diff --git a/doc/guides/rel_notes/release_17_05.rst b/doc/guides/rel_notes/release_17_05.rst index ad20e86084..eb5b30ff19 100644 --- a/doc/guides/rel_notes/release_17_05.rst +++ b/doc/guides/rel_notes/release_17_05.rst @@ -454,7 +454,7 @@ API Changes * Changed set of input parameters for ``rte_eth_xstats_get`` and ``rte_eth_xstats_get_names`` functions. - * Added new functions ``rte_eth_xstats_get_all`` and ``rte_eth_xstats_get_names_all to provide backward compatibility for + * Added new functions ``rte_eth_xstats_get_all`` and ``rte_eth_xstats_get_names_all`` to provide backward compatibility for ``rte_eth_xstats_get`` and ``rte_eth_xstats_get_names`` * Added new function ``rte_eth_xstats_get_id_by_name``