From c607ccaba01f2ece91ea65b43af348ab77db1d32 Mon Sep 17 00:00:00 2001 From: Baruch Siach Date: Mon, 19 Dec 2016 21:28:40 +0200 Subject: [PATCH] doc: fix required tools list layout in Linux guide The Python requirement should appear in the bullet list. Also, indent the x32 note, since it is related to the previous bullet. Signed-off-by: Baruch Siach Acked-by: John McNamara --- doc/guides/linux_gsg/sys_reqs.rst | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/doc/guides/linux_gsg/sys_reqs.rst b/doc/guides/linux_gsg/sys_reqs.rst index 3d74342159..76d82e6eef 100644 --- a/doc/guides/linux_gsg/sys_reqs.rst +++ b/doc/guides/linux_gsg/sys_reqs.rst @@ -79,14 +79,12 @@ Compilation of the DPDK * glibc.ppc64, libgcc.ppc64, libstdc++.ppc64 and glibc-devel.ppc64 for IBM ppc_64; -.. note:: - - x86_x32 ABI is currently supported with distribution packages only on Ubuntu - higher than 13.10 or recent Debian distribution. The only supported compiler is gcc 4.9+. + .. note:: -.. note:: + x86_x32 ABI is currently supported with distribution packages only on Ubuntu + higher than 13.10 or recent Debian distribution. The only supported compiler is gcc 4.9+. - Python, version 2.6 or 2.7, to use various helper scripts included in the DPDK package. +* Python, version 2.6 or 2.7, to use various helper scripts included in the DPDK package. **Optional Tools:** -- 2.20.1