aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2012-08-30 14:47:11 +0200
committerPeter Andersson <[email protected]>2012-08-30 14:47:11 +0200
commitd406af7208ed159a27649ca3059c104abdacb2ff (patch)
tree6406401ee130a1d43deb55eac25299d4534e99df
parent6de88765e9e3275e2b52dd25a1e6bc8e4df8486b (diff)
downloadotp-d406af7208ed159a27649ca3059c104abdacb2ff.tar.gz
otp-d406af7208ed159a27649ca3059c104abdacb2ff.tar.bz2
otp-d406af7208ed159a27649ca3059c104abdacb2ff.zip
Fix documentation error
-rw-r--r--lib/common_test/src/ct.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/common_test/src/ct.erl b/lib/common_test/src/ct.erl
index 455fd1e4f1..49b51c9207 100644
--- a/lib/common_test/src/ct.erl
+++ b/lib/common_test/src/ct.erl
@@ -353,12 +353,12 @@ require(Required) ->
%%% <p>For this to work, the config file must at least contain:</p>
%%% <pre>{machine,[{node,[{telnet,IpAddr},{ftp,IpAddr}]}]}.</pre>
%%%
-%%% <note>The behaviour of this function changed radically in common_test
+%%% <note><p>The behaviour of this function changed radically in common_test
%%% 1.6.2. In order too keep some backwards compatability it is still possible
%%% to do: <br/><c>ct:require(a,{node,[telnet,ftp]}).</c><br/>
%%% This will associate the name <c>a</c> with the top level <c>node</c> entry.
%%% For this to work, the config file must at least contain:<br/>
-%%% <c>{node,[{telnet,IpAddr},{ftp,IpAddr}]}.</c></note>
+%%% <c>{node,[{telnet,IpAddr},{ftp,IpAddr}]}.</c></p></note>
%%%
%%% @see require/1
%%% @see get_config/1