Correct style issues in the meson unit tests documentation:

- improve awkward passive construction for build steps reference
- normalize list punctuation by removing unnecessary periods

Signed-off-by: Stephen Hemminger <[email protected]>
---
 doc/guides/prog_guide/meson_ut.rst | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/guides/prog_guide/meson_ut.rst 
b/doc/guides/prog_guide/meson_ut.rst
index 9bc52a30fc..2740184cde 100644
--- a/doc/guides/prog_guide/meson_ut.rst
+++ b/doc/guides/prog_guide/meson_ut.rst
@@ -6,19 +6,19 @@ Running DPDK Unit Tests with Meson
 
 This section describes how to run test cases with the DPDK meson build system.
 
-Steps to build and install DPDK using meson can be referred
-in :doc:`build-sdk-meson`
+For steps to build and install DPDK using meson, refer to
+:doc:`build-sdk-meson`.
 
 Grouping of test cases
 ----------------------
 
 Test cases have been classified into four different groups.
 
-* Fast tests.
-* Performance tests.
-* Driver tests.
+* Fast tests
+* Performance tests
+* Driver tests
 * Tests which produce lists of objects as output, and therefore that need
-  manual checking.
+  manual checking
 
 These tests can be run using the argument to ``meson test`` as
 ``--suite project_name:label``.
-- 
2.51.0

Reply via email to