summaryrefslogtreecommitdiff
path: root/lib/snmp/doc/src/snmpm.xml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/snmp/doc/src/snmpm.xml')
-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>