On Thu, Nov 23, 2023 at 12:44:02PM +0100, David Marchand wrote: > '#.' is a token for ordered lists in RST. > Add a space in those example commands. > > Signed-off-by: David Marchand <david.march...@redhat.com> > --- Acked-by: Bruce Richardson <bruce.richard...@intel.com>
As someone who runs DPDK on my systems as a regular user rather than root, I'd also point out an alternative fix is to replace the "#" symbol, which tends to be for the root prompt, with "$" symbol, more commonly used for regular users. We should encourage running DPDK as non-root as much as we can.