From 4be094ae021f3975261c1273c07ed8b8508d2706 Mon Sep 17 00:00:00 2001
From: Siri Hansen
Date: Thu, 10 Apr 2014 15:17:35 +0200
Subject: Add hyperlinks to modules in reference manual for kernel application
This makes the pointers to other reference manuals consistent
throughout this page.
---
lib/kernel/doc/src/kernel_app.xml | 43 ++++++++++++++++++++++++---------------
1 file changed, 27 insertions(+), 16 deletions(-)
diff --git a/lib/kernel/doc/src/kernel_app.xml b/lib/kernel/doc/src/kernel_app.xml
index 49a93d2c70..00c6bc33d6 100644
--- a/lib/kernel/doc/src/kernel_app.xml
+++ b/lib/kernel/doc/src/kernel_app.xml
@@ -4,7 +4,7 @@
- 19962013
+ 19962014
Ericsson AB. All Rights Reserved.
@@ -35,7 +35,7 @@
Erlang/OTP consists of Kernel and STDLIB. The Kernel application
contains the following services:
- - application controller, see application(3)
+ - application controller, see application(3)
- code
- disk_log
- dist_ac, distributed application controller
@@ -66,8 +66,8 @@
Configuration
The following configuration parameters are defined for the Kernel
- application. See app(3) for more information about
- configuration parameters.
+ application. See app(4) for more
+ information about configuration parameters.
browser_cmd = string() | {M,F,A}
-
@@ -93,7 +93,8 @@
- Time = integer()>0
- Nodes = [node() | {node(),...,node()}]
- The parameter is described in application(3), function
+
The parameter is described in
+ application(3), function
load/2.
dist_auto_connect = Value
@@ -105,11 +106,13 @@
never
- Connections are never automatically established, they
- must be explicitly connected. See net_kernel(3).
+ must be explicitly connected. See
+ net_kernel(3).
once
- Connections will be established automatically, but only
once per node. If a node goes down, it must thereafter be
- explicitly connected. See net_kernel(3).
+ explicitly connected. See
+ net_kernel(3).
permissions = [Perm]
@@ -121,7 +124,8 @@
- ApplName = atom()
- Bool = boolean()
- Permissions are described in application(3), function
+
Permissions are described in
+ application(3), function
permit/2.
error_logger = Value
@@ -149,7 +153,8 @@
global_groups = [GroupTuple]
-
-
Defines global groups, see global_group(3).
+ Defines global groups, see
+ global_group(3).
- GroupTuple = {GroupName, [Node]} | {GroupName, PublishType, [Node]}
- GroupName = atom()
@@ -160,18 +165,19 @@
inet_default_connect_options = [{Opt, Val}]
-
Specifies default options for connect sockets,
- see inet(3).
+ see inet(3).
inet_default_listen_options = [{Opt, Val}]
-
Specifies default options for listen (and
- accept) sockets, see inet(3).
+ accept) sockets, see inet(3).
{inet_dist_use_interface, ip_address()}
-
If the host of an Erlang node has several network interfaces,
this parameter specifies which one to listen on. See
- inet(3) for the type definition of ip_address().
+ inet(3) for the type definition
+ of ip_address().
{inet_dist_listen_min, First}
-
@@ -276,7 +282,8 @@ MaxT = TickTime + TickTime / 4
start_boot_server = true | false
-
Starts the boot_server if the parameter is true
- (see erl_boot_server(3)). This parameter should be
+ (see erl_boot_server(3)).
+ This parameter should be
set to true in an embedded system which uses this
service.
The default value is false.
@@ -296,13 +303,15 @@ MaxT = TickTime + TickTime / 4
start_disk_log = true | false
-
Starts the disk_log_server if the parameter is
- true (see disk_log(3)). This parameter should be
+ true (see disk_log(3)).
+ This parameter should be
set to true in an embedded system which uses this service.
The default value is false.
start_pg2 = true | false
-
-
Starts the pg2 server (see pg2(3)) if
+
Starts the pg2 server (see
+ pg2(3)) if
the parameter is true. This parameter should be set to
true in an embedded system which uses this service.
The default value is false.
@@ -310,7 +319,8 @@ MaxT = TickTime + TickTime / 4
start_timer = true | false
-
Starts the timer_server if the parameter is
- true (see timer(3)). This parameter should be
+ true (see timer(3)).
+ This parameter should be
set to true in an embedded system which uses this
service.
The default value is false.
@@ -351,6 +361,7 @@ MaxT = TickTime + TickTime / 4
pg2(3),
rpc(3),
seq_trace(3),
+ timer(3),
user(3)
--
cgit v1.2.3