'::' doesn't provide pre-formatted text without an empty line after it, so fixes it.
Fixes: cdf6a5fbc540 ("doc: add runtime option examples to hns3 guide") Cc: sta...@dpdk.org Signed-off-by: Dongdong Liu <liudongdo...@huawei.com> --- doc/guides/nics/hns3.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/guides/nics/hns3.rst b/doc/guides/nics/hns3.rst index a6f3a5eb9e..644d520b64 100644 --- a/doc/guides/nics/hns3.rst +++ b/doc/guides/nics/hns3.rst @@ -92,6 +92,7 @@ Runtime Configuration ``common``. For example:: + -a 0000:7d:00.0,rx_func_hint=simple - ``tx_func_hint`` (default ``none``) @@ -112,6 +113,7 @@ Runtime Configuration ``common``. For example:: + -a 0000:7d:00.0,tx_func_hint=common - ``dev_caps_mask`` (default ``0``) @@ -124,6 +126,7 @@ Runtime Configuration Its main purpose is to debug and avoid problems. For example:: + -a 0000:7d:00.0,dev_caps_mask=0xF - ``mbx_time_limit_ms`` (default ``500``) -- 2.22.0