From 61238a7e295a55f7c3dfe047b689e76452ce8c52 Mon Sep 17 00:00:00 2001 From: Hans Bolinder Date: Tue, 17 Mar 2015 10:54:29 +0100 Subject: Correct links in the system documentation --- system/doc/programming_examples/bit_syntax.xml | 5 +++-- system/doc/reference_manual/processes.xml | 3 ++- system/doc/reference_manual/records.xml | 4 ++-- system/doc/system_principles/system_principles.xml | 8 ++++---- 4 files changed, 11 insertions(+), 9 deletions(-) diff --git a/system/doc/programming_examples/bit_syntax.xml b/system/doc/programming_examples/bit_syntax.xml index 7ede5b71f9..f97f171a69 100644 --- a/system/doc/programming_examples/bit_syntax.xml +++ b/system/doc/programming_examples/bit_syntax.xml @@ -4,7 +4,7 @@
- 20032013 + 20032015 Ericsson AB. All Rights Reserved. @@ -331,7 +331,8 @@ triples_to_bin([], Acc) ->

In previous releases, this function was highly inefficient, because the binary constructed so far (Acc) was copied in each recursion step. That is no longer the case. For more information, see - Efficiency Guide.

+ + Efficiency Guide.

diff --git a/system/doc/reference_manual/processes.xml b/system/doc/reference_manual/processes.xml index 32af6d4480..d8474c163c 100644 --- a/system/doc/reference_manual/processes.xml +++ b/system/doc/reference_manual/processes.xml @@ -145,7 +145,8 @@ spawn(Module, Name, Args) -> pid() program structures where some processes are supervising other processes, for example, restarting them if they terminate abnormally.

-

See +

See OTP Design Principles for more information about OTP supervision trees, which use this feature.

diff --git a/system/doc/reference_manual/records.xml b/system/doc/reference_manual/records.xml index 3294255af9..72c56b693d 100644 --- a/system/doc/reference_manual/records.xml +++ b/system/doc/reference_manual/records.xml @@ -4,7 +4,7 @@
- 20032013 + 20032015 Ericsson AB. All Rights Reserved. @@ -36,7 +36,7 @@ shell(3) manual page in STDLIB.

More examples are provided in - + Programming Examples.

diff --git a/system/doc/system_principles/system_principles.xml b/system/doc/system_principles/system_principles.xml index 5718e8a3f6..70bb3cd441 100644 --- a/system/doc/system_principles/system_principles.xml +++ b/system/doc/system_principles/system_principles.xml @@ -4,7 +4,7 @@
- 19962014 + 19962015 Ericsson AB. All Rights Reserved. @@ -137,7 +137,7 @@ init:stop() principles. (The program does not have to be started in terms of OTP applications, but can be plain Erlang).

For more information about .rel files, see - + OTP Design Principles and the rel(4) manual page in SASL.

@@ -199,14 +199,14 @@ init:stop() Module .erl - + Erlang Reference Manual Include file .hrl - + Erlang Reference Manual -- cgit v1.2.3