diff options
author | Kenneth Lundin <[email protected]> | 2013-08-29 11:56:20 +0200 |
---|---|---|
committer | Kenneth Lundin <[email protected]> | 2013-08-29 11:56:20 +0200 |
commit | fc13629197e7c3698ff0739b51d8219069444dec (patch) | |
tree | 2a86d1b3abb93df54a9c38db19a06a4cd36733a9 /lib/common_test/doc/src/ct_run.xml | |
parent | 7d658d12f2ff5d9fedd193b0eb4076871b602425 (diff) | |
download | otp-fc13629197e7c3698ff0739b51d8219069444dec.tar.gz otp-fc13629197e7c3698ff0739b51d8219069444dec.tar.bz2 otp-fc13629197e7c3698ff0739b51d8219069444dec.zip |
Corrections so that the documentation confirms to the DTD
Diffstat (limited to 'lib/common_test/doc/src/ct_run.xml')
-rw-r--r-- | lib/common_test/doc/src/ct_run.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/common_test/doc/src/ct_run.xml b/lib/common_test/doc/src/ct_run.xml index c87c765ae7..d857b20d88 100644 --- a/lib/common_test/doc/src/ct_run.xml +++ b/lib/common_test/doc/src/ct_run.xml @@ -36,8 +36,6 @@ OS command line. </comsummary> - <marker id="top"></marker> - <description> <p>The <c>ct_run</c> program is automatically installed with Erlang/OTP and Common Test (please see the Installation chapter in the Common @@ -48,7 +46,7 @@ particular mode.</p> <p>There is an interface function that corresponds to this program, - called <c><seealso marker="ct#run_test-1">ct:run_test/1</seealso></c>, for starting Common Test from the Erlang + called <seealso marker="ct#run_test-1"><c>ct:run_test/1</c></seealso>, for starting Common Test from the Erlang shell (or an Erlang program). Please see the <c>ct</c> man page for details.</p> @@ -83,9 +81,9 @@ <p>it prints all valid start flags to stdout.</p> </description> - <marker id="ct_run"></marker> <section> + <marker id="ct_run"></marker> <title>Run tests from command line</title> <pre> ct_run [-dir TestDir1 TestDir2 .. TestDirN] | |