aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc/src/escript.xml
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2015-10-12 12:12:27 +0200
committerHans Bolinder <[email protected]>2015-11-04 13:03:56 +0100
commit5ae78de4e4f6e220e29ad2f54b95a0098da4b365 (patch)
tree7ad95707adf2a7539c97f4d62a67cd927865dd20 /erts/doc/src/escript.xml
parentde432f4ea9a8c29c931f30dd504662be1a01464d (diff)
downloadotp-5ae78de4e4f6e220e29ad2f54b95a0098da4b365.tar.gz
otp-5ae78de4e4f6e220e29ad2f54b95a0098da4b365.tar.bz2
otp-5ae78de4e4f6e220e29ad2f54b95a0098da4b365.zip
[erts] Correct documentation
Fix mistakes found by 'xmllint'.
Diffstat (limited to 'erts/doc/src/escript.xml')
-rw-r--r--erts/doc/src/escript.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/erts/doc/src/escript.xml b/erts/doc/src/escript.xml
index 46110333f9..f12f76890c 100644
--- a/erts/doc/src/escript.xml
+++ b/erts/doc/src/escript.xml
@@ -4,7 +4,7 @@
<comref>
<header>
<copyright>
- <year>2007</year><year>2014</year>
+ <year>2007</year><year>2015</year>
<holder>Ericsson AB. All Rights Reserved.</holder>
</copyright>
<legalnotice>
@@ -96,8 +96,8 @@ $ <input>escript factorial 5</input> </pre>
<note><p>
The encoding specified by the above mentioned comment
applies to the script itself. The encoding of the
- I/O-server, however, has to be set explicitly like this:
-<code>io:setopts([{encoding, unicode}])</code></p>
+ I/O-server, however, has to be set explicitly like this:</p>
+<code>io:setopts([{encoding, unicode}])</code>
<p>The default encoding of the I/O-server for <c>standard_io</c>
is <c>latin1</c>
since the script runs in a non-interactive terminal