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/kernel/doc/src/code.xml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
(limited to 'lib/kernel/doc/src/code.xml')
diff --git a/lib/kernel/doc/src/code.xml b/lib/kernel/doc/src/code.xml
index 21f8a2d54a..4db377bcde 100644
--- a/lib/kernel/doc/src/code.xml
+++ b/lib/kernel/doc/src/code.xml
@@ -86,11 +86,11 @@
an ebin directory are ignored.
All application directories found in the additional directories
appears before the standard OTP applications, except for the
- Kernel and STDLIB applications, which are placed before
+ Kernel and STDLIB applications, which are placed before
any additional applications. In other words, modules found in any
of the additional library directories override modules with
- the same name in OTP, except for modules in Kernel and
- STDLIB.
+ the same name in OTP, except for modules in Kernel and
+ STDLIB.
Environment variable ERL_LIBS (if defined) is to contain
a colon-separated (for Unix-like systems) or semicolon-separated
(for Windows) list of additional libraries.
@@ -151,7 +151,7 @@ zip:create("mnesia-4.4.7.ez",
$OTPROOT/lib/mnesia.ez/mnesia/ebin or
$OTPROOT/lib/mnesia-4.4.7.ez/mnesia-4.4.7/ebin.
- The code server uses module erl_prim_loader in ERTS
+
The code server uses module erl_prim_loader in ERTS
(possibly through erl_boot_server) to read code files from
archives. However, the functions in erl_prim_loader can also be
used by other applications to read files from archives. For
@@ -688,9 +688,9 @@ ok = code:finish_loading(Prepared),
Normally, Loaded is the absolute filename
Filename from which the code is obtained. If the module
is preloaded (see
- sasl:script(4)),
+ script(4)),
Loaded==preloaded. If the module is Cover-compiled (see
- tools:cover(3)),
+ cover(3)),
Loaded==cover_compiled.
--
cgit v1.2.3