summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicael Karlberg <bmk@erlang.org>2020-02-04 17:24:25 +0100
committerMicael Karlberg <bmk@erlang.org>2020-02-04 17:35:24 +0100
commit8270a6482f4077e54b26486794109c547d4163a5 (patch)
treefd5cbb9514e5acb4bbf557798d2abbfdffc24d6a
parent7e6b8ff83228ca672ad3d2ebc170db4f4a7dba0f (diff)
downloaderlang-8270a6482f4077e54b26486794109c547d4163a5.tar.gz
[snmp|manager|doc] Document the new (restart) function
OTP-16447
-rw-r--r--lib/snmp/doc/src/snmpm.xml17
1 files changed, 16 insertions, 1 deletions
diff --git a/lib/snmp/doc/src/snmpm.xml b/lib/snmp/doc/src/snmpm.xml
index c45df98ee0..71308dcf80 100644
--- a/lib/snmp/doc/src/snmpm.xml
+++ b/lib/snmp/doc/src/snmpm.xml
@@ -4,7 +4,7 @@
<erlref>
<header>
<copyright>
- <year>2004</year><year>2018</year>
+ <year>2004</year><year>2020</year>
<holder>Ericsson AB. All Rights Reserved.</holder>
</copyright>
<legalnotice>
@@ -1487,6 +1487,21 @@ priv_key = [integer()] (length is 16 if priv = usmDESPrivProtocol | usmAesCfb1
verbosity <c>silence</c>, nothing is printed. The higher the
verbosity, the more is printed.</p>
+ <marker id="restart"></marker>
+ </desc>
+ </func>
+
+ <func>
+ <name since="">restart(Ref) -> void()</name>
+ <fsummary>Restart the indicated process</fsummary>
+ <type>
+ <v>Ref = net_if</v>
+ </type>
+ <desc>
+ <p>Restart the indicated process (<c>Ref</c>). Note that its not
+ without risk to restart a process, and should therefor be used
+ with care. </p>
+
<marker id="format_reason"></marker>
</desc>
</func>