diff options
author | Hans Bolinder <[email protected]> | 2015-10-13 14:03:03 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2016-02-24 15:33:23 +0100 |
commit | 97ff595e4e0303f597e671b17045940ba8da0330 (patch) | |
tree | 8c1ccaeb7c2bc8d316b6c930ad9be27c589d9273 /lib/erl_interface/doc/src/erl_call.xml | |
parent | 6bd691c8e528c2e8cf3aded8f3877b18ecff4c58 (diff) | |
download | otp-97ff595e4e0303f597e671b17045940ba8da0330.tar.gz otp-97ff595e4e0303f597e671b17045940ba8da0330.tar.bz2 otp-97ff595e4e0303f597e671b17045940ba8da0330.zip |
[erl_interface] Correct documentation
Fix mistakes found by 'xmllint'.
Diffstat (limited to 'lib/erl_interface/doc/src/erl_call.xml')
-rw-r--r-- | lib/erl_interface/doc/src/erl_call.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/erl_interface/doc/src/erl_call.xml b/lib/erl_interface/doc/src/erl_call.xml index aed1ba0ac9..e982bf89e1 100644 --- a/lib/erl_interface/doc/src/erl_call.xml +++ b/lib/erl_interface/doc/src/erl_call.xml @@ -178,7 +178,7 @@ erl_call -s -a 'erlang halt' -n madonna <code type="none"><![CDATA[ erl_call -s -a 'lists map [{math,sqrt},[1,4,9,16,25]]' -n madonna ]]></code> - <p>Evaluates a couple of expressions. <b>The input ends with EOF (Control-D)</b>.</p> + <p>Evaluates a couple of expressions. <em>The input ends with EOF (Control-D)</em>.</p> <code type="none"><![CDATA[ erl_call -s -e -n madonna statistics(runtime), @@ -189,7 +189,7 @@ Y=2, ^D {ok,{3,0}} ]]></code> - <p>Compiles a module and runs it. <b>Again, the input ends with EOF (Control-D)</b>. (In the example shown, the output has been formatted afterwards).</p> + <p>Compiles a module and runs it. <em>Again, the input ends with EOF (Control-D)</em>. (In the example shown, the output has been formatted afterwards).</p> <code type="none"><![CDATA[ erl_call -s -m -a lolita -n madonna -module(lolita). |