diff options
Diffstat (limited to 'lib/kernel/doc/src/init_stub.xml')
-rw-r--r-- | lib/kernel/doc/src/init_stub.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/lib/kernel/doc/src/init_stub.xml b/lib/kernel/doc/src/init_stub.xml new file mode 100644 index 0000000000..e8645458e4 --- /dev/null +++ b/lib/kernel/doc/src/init_stub.xml @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="latin1" ?> +<!DOCTYPE erlref SYSTEM "erlref.dtd"> + +<erlref> + <header> + <copyright> + <year>1997</year> + <year>2009</year> + <holder>Ericsson AB, All Rights Reserved</holder> + </copyright> + <legalnotice> + The contents of this file are subject to the Erlang Public License, + Version 1.1, (the "License"); you may not use this file except in + compliance with the License. You should have received a copy of the + Erlang Public License along with this software. If not, it can be + retrieved online at http://www.erlang.org/. + + Software distributed under the License is distributed on an "AS IS" + basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See + the License for the specific language governing rights and limitations + under the License. + + The Initial Developer of the Original Code is Ericsson AB. + </legalnotice> + + <title>init</title> + <prepared>[email protected]</prepared> + <docno></docno> + <date>2008-12-16</date> + <rev>A</rev> + </header> + <module>init</module> + <modulesummary>Coordination of System Startup</modulesummary> + <description><p> + + The module init is moved to the runtime system + application. Please see <seealso + marker="erts:init">init(3)</seealso> in the + erts reference manual instead. + + </p></description> +</erlref> |