Fixes: e76d7a768ce0 ("doc: fix syntax in testpmd user guide") Cc: john.mcnam...@intel.com Cc: sta...@dpdk.org
Signed-off-by: Shreyansh Jain <shreyansh.j...@nxp.com> --- Note: Though the git blame suggest e76d7a768c as the last modification for fixes, this actually existed when testpmd doc was added. doc/guides/testpmd_app_ug/testpmd_funcs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst index 1d6bdf9b3..16af95035 100644 --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst @@ -1993,7 +1993,7 @@ Create a new bonding device:: For example, to create a bonded device in mode 1 on socket 0:: - testpmd> create bonded 1 0 + testpmd> create bonded device 1 0 created new bonded device (port X) add bonding slave -- 2.17.1