diff options
author | Björn-Egil Dahlberg <[email protected]> | 2013-09-09 15:43:36 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2013-09-09 15:43:36 +0200 |
commit | 7b0552f2136cab272381b25685eec55fa5793ce4 (patch) | |
tree | 608fd1d41eaae4b8c12e83898548cfea58fe89d5 /lib/common_test/doc/src/ct_run.xml | |
parent | ac54f126d0a8aa4e7f5a7cf2e445d18e77443e30 (diff) | |
parent | fc13629197e7c3698ff0739b51d8219069444dec (diff) | |
download | otp-7b0552f2136cab272381b25685eec55fa5793ce4.tar.gz otp-7b0552f2136cab272381b25685eec55fa5793ce4.tar.bz2 otp-7b0552f2136cab272381b25685eec55fa5793ce4.zip |
Merge branch 'kenneth/doc_to_dtd/OTP-11193' into maint
* kenneth/doc_to_dtd/OTP-11193:
Corrections so that the documentation confirms to the DTD
Minor correction of xml structure to conform 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] | |