aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc/src/absform.xml
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2016-07-01 17:32:51 +0200
committerLukas Larsson <[email protected]>2016-07-13 14:54:56 +0200
commit606e660f898264ea75680532c076c56bbe855633 (patch)
treedef63f8c7d35801d8927b9640c404f19f07a4a4c /erts/doc/src/absform.xml
parent57c3246511434f42214e113b8902af10ab9cca49 (diff)
downloadotp-606e660f898264ea75680532c076c56bbe855633.tar.gz
otp-606e660f898264ea75680532c076c56bbe855633.tar.bz2
otp-606e660f898264ea75680532c076c56bbe855633.zip
erts: Review of documentation changes
Diffstat (limited to 'erts/doc/src/absform.xml')
-rw-r--r--erts/doc/src/absform.xml24
1 files changed, 12 insertions, 12 deletions
diff --git a/erts/doc/src/absform.xml b/erts/doc/src/absform.xml
index c7f1285879..174ad9c640 100644
--- a/erts/doc/src/absform.xml
+++ b/erts/doc/src/absform.xml
@@ -32,7 +32,7 @@
<rev>A</rev>
<file>absform.xml</file>
</header>
- <p>This secion describes the standard representation of parse trees for Erlang
+ <p>This section describes the standard representation of parse trees for Erlang
programs as Erlang terms. This representation is known as the <em>abstract
format</em>. Functions dealing with such parse trees are
<seealso marker="compiler:compile#forms/1">
@@ -41,21 +41,21 @@
<list type="bulleted">
<item><seealso marker="stdlib:epp">
- <c>stdlib:epp</c></seealso></item>
+ <c>stdlib:epp(3)</c></seealso></item>
<item><seealso marker="stdlib:erl_eval">
- <c>stdlib:erl_eval</c></seealso></item>
+ <c>stdlib:erl_eval(3)</c></seealso></item>
<item><seealso marker="stdlib:erl_lint">
- <c>stdlib:erl_lint</c></seealso></item>
+ <c>stdlib:erl_lint(3)</c></seealso></item>
<item><seealso marker="stdlib:erl_parse">
- <c>sdlib:erl_parse</c></seealso></item>
+ <c>sdlib:erl_parse(3)</c></seealso></item>
<item><seealso marker="stdlib:erl_pp">
- <c>stdlib:erl_pp</c></seealso></item>
+ <c>stdlib:erl_pp(3)</c></seealso></item>
<item><seealso marker="stdlib:io">
- <c>stdlib:io</c></seealso></item>
+ <c>stdlib:io(3)</c></seealso></item>
</list>
- <p>The functions are also used as input and output for parse transforms (see
- the <seealso marker="compiler:compile"><c>compiler:compile</c></seealso>
+ <p>The functions are also used as input and output for parse transforms, see
+ the <seealso marker="compiler:compile"><c>compiler:compile(3)</c></seealso>
module.</p>
<p>We use the function <c>Rep</c> to denote the mapping from an Erlang source
@@ -177,8 +177,8 @@
<title>Representation of Parse Errors and End-of-File</title>
<p>In addition to the representations of forms, the list that represents
a module declaration (as returned by functions in
- <seealso marker="stdlib:epp"><c>stdlib:epp</c></seealso> and
- <seealso marker="stdlib:erl_parse"><c>sdlib:erl_parse</c></seealso>)
+ <seealso marker="stdlib:epp"><c>stdlib:epp(3)</c></seealso> and
+ <seealso marker="stdlib:erl_parse"><c>sdlib:erl_parse(3)</c></seealso>)
can contain the following:</p>
<list type="bulleted">
@@ -216,7 +216,7 @@
</item>
</list>
- <p>Notice that negative integers and float literals do not occur as such;
+ <p>Notice that negative integer and float literals do not occur as such;
they are parsed as an application of the unary negation operator.</p>
</section>