diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html
index 2dd66d31c08..d2c3bd06637 100644
--- a/docs/TestingGuide.html
+++ b/docs/TestingGuide.html
@@ -112,13 +112,17 @@ or
% gmake check-
To run only a subdirectory of tests in llvm/test using DejaGNU (ie. Regression/Transforms). Just substitute the path to the subdirectory:
+ +To run only a subdirectory of tests in llvm/test using DejaGNU (ie. +Regression/Transforms), just set the TESTSUITE variable to the path of the +subdirectory (relative to llvm/test):
% gmake -C llvm/test TESTSUITE=Regression/Transforms-
Note: If you are running the tests with objdir != subdir you must -have run the complete testsuite before you can specify a subdirectory.
+Note: If you are running the tests with objdir != subdir, you +must have run the complete testsuite before you can specify a +subdirectory.
To run the comprehensive test suite (tests that compile and execute whole programs), run the llvm-test tests:
@@ -141,8 +145,8 @@ programs), run the llvm-test tests:The LLVM test suite contains two major categories of tests: code fragments and whole programs. Code fragments are in the llvm module -under the directory under the llvm/test directory. The whole programs -test suite are in the llvm-test module under the main directory.
+under the llvm/test directory. The whole programs +test suite is in the llvm-test module under the main directory.