diff options
author | Peter Andersson <[email protected]> | 2016-01-26 12:11:39 +0100 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2016-03-09 11:19:44 +0100 |
commit | b9e468fb03a595d4c3c4555a9fe5085342887729 (patch) | |
tree | 63822da2a411377928b04e9e9291c7075a9fd571 | |
parent | 93980f98680cd8e91d1d84a2566bd2951625b73b (diff) | |
download | otp-b9e468fb03a595d4c3c4555a9fe5085342887729.tar.gz otp-b9e468fb03a595d4c3c4555a9fe5085342887729.tar.bz2 otp-b9e468fb03a595d4c3c4555a9fe5085342887729.zip |
Some minor fixes
-rw-r--r-- | lib/common_test/doc/src/ct_run.xml | 2 | ||||
-rw-r--r-- | lib/common_test/doc/src/ct_telnet.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/common_test/doc/src/ct_run.xml b/lib/common_test/doc/src/ct_run.xml index a1ad060366..d0ecc38564 100644 --- a/lib/common_test/doc/src/ct_run.xml +++ b/lib/common_test/doc/src/ct_run.xml @@ -33,7 +33,7 @@ <file>ct_run.xml</file> </header> <com>ct_run</com> - <comsummary>Program used for starting <c>Common Test</c> from the + <comsummary>Program used for starting Common Test from the OS command line.</comsummary> <description> diff --git a/lib/common_test/doc/src/ct_telnet.xml b/lib/common_test/doc/src/ct_telnet.xml index 6f7fc13055..b7ba352104 100644 --- a/lib/common_test/doc/src/ct_telnet.xml +++ b/lib/common_test/doc/src/ct_telnet.xml @@ -124,7 +124,7 @@ option <c>hosts</c> and list the names of the servers/connections to be used in the suite. The connections must be named for this to work (see - <seealso marker="#open-1"><c>ct_telnet:open/1,2,3,4</c></seealso>.</p> + <seealso marker="#open-1"><c>ct_telnet:open/1,2,3,4</c></seealso>).</p> <p>Hook option <c>log_type</c> can be used to change the <c>cth_conn_log</c> behavior. The default value of this option is @@ -215,7 +215,7 @@ <p>A connection can be associated with a target name and/or a handle. If <c>Connection</c> has no associated target name, it can only be closed with the handle value (see - <seealso marker="#open-4"><c>ct_telnet:open/4</c></seealso>.</p> + <seealso marker="#open-4"><c>ct_telnet:open/4</c></seealso>).</p> </desc> </func> |