aboutsummaryrefslogtreecommitdiffstats
path: root/lib/runtime_tools/doc/src/erts_alloc_config.xml
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2018-12-13 20:45:35 +0100
committerSverker Eriksson <[email protected]>2018-12-13 20:45:35 +0100
commit663c14e6fd332bf17c677351443d1762530c858d (patch)
tree1080d64515c0a5e14577de65bb75b534f9ccf568 /lib/runtime_tools/doc/src/erts_alloc_config.xml
parent9959b13153a30abbaef43c03743fc05f4a1990e7 (diff)
parente7c8c9e783dfa978cbcfdfd1f2baecf0af754921 (diff)
downloadotp-663c14e6fd332bf17c677351443d1762530c858d.tar.gz
otp-663c14e6fd332bf17c677351443d1762530c858d.tar.bz2
otp-663c14e6fd332bf17c677351443d1762530c858d.zip
Merge branch 'maint'
Diffstat (limited to 'lib/runtime_tools/doc/src/erts_alloc_config.xml')
-rw-r--r--lib/runtime_tools/doc/src/erts_alloc_config.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/runtime_tools/doc/src/erts_alloc_config.xml b/lib/runtime_tools/doc/src/erts_alloc_config.xml
index ffc4ec5285..5bcce1b5e3 100644
--- a/lib/runtime_tools/doc/src/erts_alloc_config.xml
+++ b/lib/runtime_tools/doc/src/erts_alloc_config.xml
@@ -29,7 +29,7 @@
<rev>1</rev>
<file>erts_alloc_config.sgml</file>
</header>
- <module>erts_alloc_config</module>
+ <module since="">erts_alloc_config</module>
<modulesummary>Configuration tool for erts_alloc</modulesummary>
<description>
<note>
@@ -136,7 +136,7 @@
</description>
<funcs>
<func>
- <name>save_scenario() -> ok | {error, Error}</name>
+ <name since="">save_scenario() -> ok | {error, Error}</name>
<fsummary>Saves information about current runtime scenario</fsummary>
<type>
<v>Error = term()</v>
@@ -154,7 +154,7 @@
</desc>
</func>
<func>
- <name>make_config() -> ok | {error, Error}</name>
+ <name since="">make_config() -> ok | {error, Error}</name>
<fsummary>Creates an erts_alloc configuration</fsummary>
<type>
<v>Error = term()</v>
@@ -165,7 +165,7 @@
</desc>
</func>
<func>
- <name>make_config(FileNameOrIODev) -> ok | {error, Error}</name>
+ <name since="">make_config(FileNameOrIODev) -> ok | {error, Error}</name>
<fsummary>Creates an erts_alloc configuration</fsummary>
<type>
<v>FileNameOrIODev = string() | io_device()</v>
@@ -190,7 +190,7 @@
</desc>
</func>
<func>
- <name>stop() -> ok | {error, Error}</name>
+ <name since="">stop() -> ok | {error, Error}</name>
<fsummary></fsummary>
<type>
<v>Error = term()</v>