From 50f64c60b87e8d03fedc3f9f4e655aff8ca9f16c Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Wed, 12 Dec 2018 19:32:24 +0100 Subject: Add empty 'since' attribute for old modules and functions --- erts/doc/src/init.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'erts/doc/src/init.xml') diff --git a/erts/doc/src/init.xml b/erts/doc/src/init.xml index c14f0a558d..c824e37976 100644 --- a/erts/doc/src/init.xml +++ b/erts/doc/src/init.xml @@ -29,7 +29,7 @@ init.xml - init + init Coordination of system startup.

This module is preloaded and contains the code for @@ -50,7 +50,7 @@ - + Start the Erlang runtime system.

Starts the Erlang runtime system. This function is called @@ -69,7 +69,7 @@ - + Get the values associated with a command-line user flag. @@ -112,7 +112,7 @@ - + Get all command-line user flags.

Returns all command-line flags and the system-defined flags, see @@ -121,7 +121,7 @@ - + Get all non-flag command-line arguments.

Returns any plain command-line arguments as a list of strings @@ -130,7 +130,7 @@ - + Get system status information. @@ -146,7 +146,7 @@ - + Take down and restart an Erlang node smoothly.

All applications are taken down smoothly, all code is @@ -162,7 +162,7 @@ - + Restart the running Erlang node.

The system is restarted inside the running Erlang @@ -178,7 +178,7 @@ - + Get the identity of the used boot script.

Gets the identity of the boot script used to boot the system. @@ -189,7 +189,7 @@ - + Take down an Erlang node smoothly.

The same as @@ -198,7 +198,7 @@ - + Take down an Erlang node smoothly.

All applications are taken down smoothly, all code is -- cgit v1.2.3