-
hash - Implies that the erlang:hash/2 BIF
diff --git a/lib/stdlib/doc/src/ets.xml b/lib/stdlib/doc/src/ets.xml
index 3653c6a632..5f5d2b7f36 100644
--- a/lib/stdlib/doc/src/ets.xml
+++ b/lib/stdlib/doc/src/ets.xml
@@ -369,7 +369,7 @@
variable that in turn is passed to the function.
The parse transform is provided in the ms_transform
module and the source must include
- file ms_transform.hrl in STDLIB for this
+ file ms_transform.hrl in STDLIB for this
pseudo function to work. Failing to include the hrl file in
the source results in a runtime error, not a compile
time error. The include file is easiest included by adding line
@@ -1644,7 +1644,7 @@ is_integer(X), is_integer(Y), X + Y < 4711]]>
Whenever option extended_info is used, it
results in a file not readable by versions of ETS before
- that in STDLIB 1.15.1
+ that in STDLIB 1.15.1
If option sync is set to true, it ensures that
the content of the file is written to the disk before
tab2file returns. Defaults to {sync, false}.
@@ -1725,7 +1725,7 @@ is_integer(X), is_integer(Y), X + Y < 4711]]>
A tuple {Major,Minor}
containing the major and
minor version of the file format for ETS table dumps. This
- version field was added beginning with STDLIB 1.5.1.
+ version field was added beginning with STDLIB 1.5.1.
Files dumped with older versions return {0,0} in this
field.
diff --git a/lib/stdlib/doc/src/notes.xml b/lib/stdlib/doc/src/notes.xml
index d8fec1147f..f0347703e7 100644
--- a/lib/stdlib/doc/src/notes.xml
+++ b/lib/stdlib/doc/src/notes.xml
@@ -526,7 +526,7 @@
-
- The stdlib reference manual is updated to show
+ The STDLIB reference manual is updated to show
correct information about the return value of
gen_fsm:reply/2.
@@ -6236,7 +6236,7 @@
documentation for compile on how to provide the key
for encrypting, and the documentation for beam_lib
on how to provide the key for decryption so that tools such
- as the Debugger, xref, or cover can be used.
+ as the Debugger, Xref, or Cover can be used.
The beam_lib:chunks/2 functions now accepts an
additional chunk type compile_info to retrieve
the compilation information directly as a term. (Thanks
diff --git a/lib/stdlib/doc/src/proc_lib.xml b/lib/stdlib/doc/src/proc_lib.xml
index 58ca5644cf..da03c39a26 100644
--- a/lib/stdlib/doc/src/proc_lib.xml
+++ b/lib/stdlib/doc/src/proc_lib.xml
@@ -59,9 +59,9 @@
When a process that is started using proc_lib terminates
abnormally (that is, with another exit reason than normal,
shutdown, or {shutdown,Term}), a crash report
- is generated, which is written to terminal by the default SASL
+ is generated, which is written to terminal by the default SASL
event handler. That is, the crash report is normally only visible
- if the SASL application is started; see
+ if the SASL application is started; see
sasl(6) and section
SASL Error Logging
in the SASL User's Guide.
diff --git a/lib/stdlib/doc/src/stdlib_app.xml b/lib/stdlib/doc/src/stdlib_app.xml
index cde73269a8..f857cc394b 100644
--- a/lib/stdlib/doc/src/stdlib_app.xml
+++ b/lib/stdlib/doc/src/stdlib_app.xml
@@ -31,14 +31,14 @@
STDLIB
The STDLIB application.
- The STDLIB application is mandatory in the sense that the minimal
- system based on Erlang/OTP consists of Kernel and STDLIB.
- The STDLIB application contains no services.
+ The STDLIB application is mandatory in the sense that the minimal
+ system based on Erlang/OTP consists of Kernel and STDLIB.
+ The STDLIB application contains no services.
Configuration
- The following configuration parameters are defined for the STDLIB
+
The following configuration parameters are defined for the STDLIB
application. For more information about configuration parameters, see the
app(4) module in Kernel.
diff --git a/lib/stdlib/doc/src/timer.xml b/lib/stdlib/doc/src/timer.xml
index 8f2ce36b06..fcaccdb2cb 100644
--- a/lib/stdlib/doc/src/timer.xml
+++ b/lib/stdlib/doc/src/timer.xml
@@ -253,7 +253,7 @@
is needed. This is useful during development, but in a
target system the server is to be started explicitly. Use
configuration parameters for
- Kernel for this.
+ Kernel for this.
diff --git a/lib/stdlib/doc/src/unicode_usage.xml b/lib/stdlib/doc/src/unicode_usage.xml
index 7f79ac88a1..efc8b75075 100644
--- a/lib/stdlib/doc/src/unicode_usage.xml
+++ b/lib/stdlib/doc/src/unicode_usage.xml
@@ -274,8 +274,8 @@
marker="stdlib:io">io module, the file
handling, the unicode module, and
- the bit syntax). Today most modules in Kernel and
- STDLIB, as well as the VM are Unicode-aware.
+ the bit syntax). Today most modules in Kernel and
+ STDLIB, as well as the VM are Unicode-aware.
-
@@ -765,7 +765,7 @@ Eshell V5.10.1 (abort with ^G)
file system). The Unicode character list is used to denote
filenames or directory names. If the file system content is
listed, you also get Unicode lists as return value. The support
- lies in the Kernel and STDLIB modules, which is why
+ lies in the Kernel and STDLIB modules, which is why
most applications (that does not explicitly require the filenames
to be in the ISO Latin-1 range) benefit from the Unicode support
without change.
@@ -843,7 +843,7 @@ Eshell V5.10.1 (abort with ^G)
Notes About Raw Filenames
Raw filenames were introduced together with Unicode filename support
- in ERTS 5.8.2 (Erlang/OTP R14B01). The reason "raw
+ in ERTS 5.8.2 (Erlang/OTP R14B01). The reason "raw
filenames" were introduced in the system was
to be able to represent
filenames, specified in different encodings on the same system,
diff --git a/lib/stdlib/doc/src/zip.xml b/lib/stdlib/doc/src/zip.xml
index de23608046..0b5eac1e16 100644
--- a/lib/stdlib/doc/src/zip.xml
+++ b/lib/stdlib/doc/src/zip.xml
@@ -138,7 +138,7 @@
File information as in
file:read_file_info/1
- in Kernel
+ in Kernel