diff --git a/doc/src/Tools.rst b/doc/src/Tools.rst
index 11468787f1..e502480ce5 100644
--- a/doc/src/Tools.rst
+++ b/doc/src/Tools.rst
@@ -1276,11 +1276,13 @@ Those scripts were written by Steve Plimpton sjplimp at gmail.com
valgrind tool
-------------
-The ``valgrind`` folder contains additional suppressions fur LAMMPS when using
-valgrind's memcheck tool to search for memory access violation and memory
-leaks. These suppressions are automatically invoked when running tests through
-CMake "ctest -T memcheck". See the provided README file to add these
-suppressions when running LAMMPS.
+The ``valgrind`` folder contains additional suppressions fur LAMMPS when
+using `valgrind's `_ ` `memcheck tool
+`_ to search for memory
+access violation and memory leaks. These suppressions are automatically
+invoked when running tests through CMake "ctest -T memcheck". See the
+instruction in the ``README`` file to add these suppressions when using
+valgrind with LAMMPS or other programs.
----------