From f9a5947ed8daf3b673ed94089a03553f87c56743 Mon Sep 17 00:00:00 2001 From: Hans Bolinder Date: Fri, 28 Mar 2014 16:43:02 +0100 Subject: Fix reference to start_type() i application(3) --- lib/kernel/doc/src/application.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib/kernel') diff --git a/lib/kernel/doc/src/application.xml b/lib/kernel/doc/src/application.xml index 016151891c..7664fda4db 100644 --- a/lib/kernel/doc/src/application.xml +++ b/lib/kernel/doc/src/application.xml @@ -4,7 +4,7 @@
- 19962013 + 19962014 Ericsson AB. All Rights Reserved. @@ -459,8 +459,7 @@ Nodes = [cp1@cave, {cp2@cave, cp3@cave}] Module:start(StartType, StartArgs) -> {ok, Pid} | {ok, Pid, State} | {error, Reason} Start an application - StartType = normal | {takeover,Node} | {failover,Node} -  Node = node() + StartType = start_type() StartArgs = term() Pid = pid() State = term() -- cgit v1.2.3