aboutsummaryrefslogtreecommitdiffstats
path: root/lib/erl_interface/doc/src/erl_call.xml
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2016-02-24 15:42:58 +0100
committerHans Bolinder <[email protected]>2016-02-24 15:42:58 +0100
commita398223638120a2b932ed96624b2fe9e3a877985 (patch)
tree45b6713cfca93cb20a87c9a0a3ef37f68c7950c2 /lib/erl_interface/doc/src/erl_call.xml
parent95e0c3415fb27ef28da5a7eb178b58b46317a534 (diff)
parent97ff595e4e0303f597e671b17045940ba8da0330 (diff)
downloadotp-a398223638120a2b932ed96624b2fe9e3a877985.tar.gz
otp-a398223638120a2b932ed96624b2fe9e3a877985.tar.bz2
otp-a398223638120a2b932ed96624b2fe9e3a877985.zip
Merge branch 'maint'
* maint: [erl_interface] Correct documentation
Diffstat (limited to 'lib/erl_interface/doc/src/erl_call.xml')
-rw-r--r--lib/erl_interface/doc/src/erl_call.xml4
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).