[1/1] doc: fix note in FreeBSD guide
Checks
Commit Message
The note about the prefix of the package pyelftools was not showed
in the documentation output because the syntax was missing a colon,
so it was considered as a simple comment in the source file.
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
doc/guides/freebsd_gsg/build_dpdk.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Comments
31/10/2025 12:53, Thomas Monjalon:
> The note about the prefix of the package pyelftools was not showed
> in the documentation output because the syntax was missing a colon,
> so it was considered as a simple comment in the source file.
>
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Fixes: 9e6f75e259a8 ("doc: update build section of FreeBSD guide")
Cc: stable@dpdk.org
On Sat, Nov 01, 2025 at 12:13:31PM +0100, Thomas Monjalon wrote:
> 31/10/2025 12:53, Thomas Monjalon:
> > The note about the prefix of the package pyelftools was not showed
> > in the documentation output because the syntax was missing a colon,
> > so it was considered as a simple comment in the source file.
> >
> > Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
>
> Fixes: 9e6f75e259a8 ("doc: update build section of FreeBSD guide")
> Cc: stable@dpdk.org
>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
>
@@ -18,7 +18,7 @@ The following FreeBSD packages are required to build DPDK:
* pkgconf
* py38-pyelftools
-.. note:
+.. note::
The specific package for pyelftools is dependent on the version of python in use,
Python 3.8 being the version at type of writing, hence the ``py38`` prefix.