From ad6e765bcd4f35a282ef00e38ed9129f3a5c1d83 Mon Sep 17 00:00:00 2001
From: Hans Bolinder
Date: Thu, 1 Sep 2016 14:32:27 +0200
Subject: doc: Correct errors introduced by Editorial changes
Fix some older errors as well.
---
lib/compiler/doc/src/compile.xml | 6 +++---
lib/compiler/doc/src/notes.xml | 4 ++--
lib/compiler/doc/src/ref_man.xml | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
(limited to 'lib/compiler/doc/src')
diff --git a/lib/compiler/doc/src/compile.xml b/lib/compiler/doc/src/compile.xml
index 61e214294e..3ce37b98e9 100644
--- a/lib/compiler/doc/src/compile.xml
+++ b/lib/compiler/doc/src/compile.xml
@@ -136,7 +136,7 @@
(see
The Abstract Format
in ERTS User's Guide) in the compiled beam module. Tools
- such as Debugger, Xref, and Cover require
+ such as Debugger, Xref, and Cover require
the debug information to be included.
Warning: Source code can be reconstructed from
@@ -544,7 +544,7 @@ module.beam: module.erl \
compiler to be deprecated. Notice that the compiler does not know
about attribute -deprecated(), but uses an
assembled list of deprecated functions in Erlang/OTP. To
- do a more general check, the Xref tool can be used.
+ do a more general check, the Xref tool can be used.
See also
xref(3)
and the function
@@ -846,7 +846,7 @@ pi() -> 3.1416.
Inlining of List Functions
The compiler can also inline various list manipulation functions
- from the module list in STDLIB.
+ from the module list in STDLIB.
This feature must be explicitly enabled with a compiler option or a
-compile() attribute in the source module.
diff --git a/lib/compiler/doc/src/notes.xml b/lib/compiler/doc/src/notes.xml
index 92b3d809fc..dd6b132a92 100644
--- a/lib/compiler/doc/src/notes.xml
+++ b/lib/compiler/doc/src/notes.xml
@@ -280,7 +280,7 @@
-
The cerl and cerl_trees modules in the
- compiler application are now documented.
+ Compiler application are now documented.
Own Id: OTP-11978
@@ -1982,7 +1982,7 @@
RightExpr or vice versa. The evaluation order is
only important if the expressions contains and/or depends
on operations with side-effects, such as message passing
- or ets operations.
+ or ETS operations.
Own Id: OTP-7206
diff --git a/lib/compiler/doc/src/ref_man.xml b/lib/compiler/doc/src/ref_man.xml
index f5466553c0..c32c499008 100644
--- a/lib/compiler/doc/src/ref_man.xml
+++ b/lib/compiler/doc/src/ref_man.xml
@@ -30,7 +30,7 @@
application.sgml
- The Compiler application compiles Erlang
+
The Compiler application compiles Erlang
code to byte-code. The highly compact byte-code is executed by
the Erlang emulator.
--
cgit v1.2.3