aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc/src/escript.xml
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2016-09-02 08:40:50 +0200
committerHans Bolinder <[email protected]>2016-09-02 08:40:50 +0200
commit507016a45878f414951ce0d0b5e4417ccff9cd0e (patch)
tree5e266cd714f5c0410a53958c6c8a8d3c11697f5d /erts/doc/src/escript.xml
parent38daafda48a5d3ecc20eddc3372daeedbe152f0f (diff)
parentdb096ad15022ae4f9605fa42bf74780641dc6dac (diff)
downloadotp-507016a45878f414951ce0d0b5e4417ccff9cd0e.tar.gz
otp-507016a45878f414951ce0d0b5e4417ccff9cd0e.tar.bz2
otp-507016a45878f414951ce0d0b5e4417ccff9cd0e.zip
Merge branch 'maint'
* maint: doc: Correct errors introduced by Editorial changes
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 602b88f6ed..1d5d280338 100644
--- a/erts/doc/src/escript.xml
+++ b/erts/doc/src/escript.xml
@@ -4,7 +4,7 @@
<comref>
<header>
<copyright>
- <year>2007</year><year>2015</year>
+ <year>2007</year><year>2016</year>
<holder>Ericsson AB. All Rights Reserved.</holder>
</copyright>
<legalnotice>
@@ -101,7 +101,7 @@ io:setopts([{encoding, unicode}])</code>
is <c>latin1</c>, as the script runs in a non-interactive terminal
(see section
<seealso marker="stdlib:unicode_usage#unicode_options_summary">
- Summary of Options</seealso>) in the <c>STDLIB</c> User's Guide.</p>
+ Summary of Options</seealso>) in the STDLIB User's Guide.</p>
</note>
<p>On the third line (or second line depending on the presence
of the Emacs directive), arguments can be specified to
@@ -193,7 +193,7 @@ halt(1).</pre>
as one of the emulator flags. <c>Module</c> must be the
name of a module that has an exported <c>main/1</c>
function. For more information about archives and code loading, see
- <seealso marker="kernel:code"><c>kernel:code(3)</c></seealso>.</p>
+ <seealso marker="kernel:code"><c>code(3)</c></seealso>.</p>
<p>It is often very convenient to have a header in
the escript, especially on Unix platforms. However, the header
is optional, so you directly can "execute"