aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mnesia/doc/src
diff options
context:
space:
mode:
authorRichard Carlsson <[email protected]>2016-10-29 16:23:09 +0200
committerRichard Carlsson <[email protected]>2016-10-29 16:23:09 +0200
commitcd8438832471e7444eec7b78cd1aaee6779cc28a (patch)
tree527d879440a9b8bb94e611a40020826cb39e5b45 /lib/mnesia/doc/src
parentc49194c9239c0dcad17b902b6638edf53bb69c6c (diff)
downloadotp-cd8438832471e7444eec7b78cd1aaee6779cc28a.tar.gz
otp-cd8438832471e7444eec7b78cd1aaee6779cc28a.tar.bz2
otp-cd8438832471e7444eec7b78cd1aaee6779cc28a.zip
Make a separate application module for Mnesia
To separate concerns and reduce confusion, avoid implementing two behaviours in a single module. Make a single start_link() helper in mnesia_sup and remove the unused mnesia_sup:start() utility function.
Diffstat (limited to 'lib/mnesia/doc/src')
-rw-r--r--lib/mnesia/doc/src/Mnesia_chap3.xmlsrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mnesia/doc/src/Mnesia_chap3.xmlsrc b/lib/mnesia/doc/src/Mnesia_chap3.xmlsrc
index 8f1a4366ee..ffda739dfa 100644
--- a/lib/mnesia/doc/src/Mnesia_chap3.xmlsrc
+++ b/lib/mnesia/doc/src/Mnesia_chap3.xmlsrc
@@ -348,7 +348,7 @@ skeppet %<input>erl -sname b -mnesia dir '"/ldisc/scratch/Mnesia.company"'</inpu
<p>If the startup procedure fails, the function
<seealso marker="mnesia#start/0">mnesia:start()</seealso>
returns the cryptic tuple
- <c>{error,{shutdown, {mnesia_sup,start,[normal,[]]}}}</c>.
+ <c>{error,{shutdown, {mnesia_sup,start_link,[normal,[]]}}}</c>.
To get more information about the start failure, use
command-line arguments <c>-boot start_sasl</c> as argument to
the <c>erl</c> script.</p>