From af48b10b5d8628ecec95643dfec297b30d3b7810 Mon Sep 17 00:00:00 2001 From: Fredrik Gustafsson Date: Tue, 20 Aug 2013 11:17:38 +0200 Subject: kernel: fix documentation regarding ensure_all_started endtag --- lib/kernel/doc/src/application.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'lib/kernel') diff --git a/lib/kernel/doc/src/application.xml b/lib/kernel/doc/src/application.xml index 9c83a9af11..3909b11e59 100644 --- a/lib/kernel/doc/src/application.xml +++ b/lib/kernel/doc/src/application.xml @@ -253,15 +253,15 @@ Nodes = [cp1@cave, {cp2@cave, cp3@cave}] - + Load and start an application - -

Equivalent to application:start/1,2 except - it returns ok for already started applications.

-
-
+ +

Equivalent to application:start/1,2 except + it returns ok for already started applications.

+
+
@@ -272,7 +272,7 @@ Nodes = [cp1@cave, {cp2@cave, cp3@cave}] The function returns {ok, AppNames} for a successful start or for an already started application (which are however omitted from the AppNames list), and reports {error, {AppName,Reason}} for errors, where Reason is any possible reason - returned by application:start/1,2 when starting a + returned by application:start/1,2 when starting a specific dependency. In case of an error, the applications that were started by the function are stopped to bring the set of running applications back to its initial state.

-- cgit v1.2.3