aboutsummaryrefslogtreecommitdiffstats
path: root/lib/snmp/doc/src
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2019-07-08 14:51:57 +0200
committerMicael Karlberg <[email protected]>2019-07-08 14:51:57 +0200
commitc8854dd4ecfde41e89907620628138786e953229 (patch)
treed74b6c3fbb2bfeab05b1c5a7309b633a22b7b8bc /lib/snmp/doc/src
parentfc9ba88b2f1304b6a6f1ca1ad014f1ff91fc890e (diff)
parenta9bd3c189f87a1138ca780956d27398f9d5a5aec (diff)
downloadotp-c8854dd4ecfde41e89907620628138786e953229.tar.gz
otp-c8854dd4ecfde41e89907620628138786e953229.tar.bz2
otp-c8854dd4ecfde41e89907620628138786e953229.zip
Merge branch 'bmk/snmp/20190627/dialyzer/OTP-15932' into maint
Diffstat (limited to 'lib/snmp/doc/src')
-rw-r--r--lib/snmp/doc/src/snmpa_mib_storage.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/snmp/doc/src/snmpa_mib_storage.xml b/lib/snmp/doc/src/snmpa_mib_storage.xml
index ee2b009e77..6db2f178a9 100644
--- a/lib/snmp/doc/src/snmpa_mib_storage.xml
+++ b/lib/snmp/doc/src/snmpa_mib_storage.xml
@@ -4,7 +4,7 @@
<erlref>
<header>
<copyright>
- <year>2013</year><year>2016</year>
+ <year>2013</year><year>2019</year>
<holder>Ericsson AB. All Rights Reserved.</holder>
</copyright>
<legalnotice>
@@ -193,7 +193,7 @@
</func>
<func>
- <name since="OTP R16B01">Module:match_object(TabId, Pattern) -> {ok, Recs} | {error, Reason}</name>
+ <name since="OTP R16B01">Module:match_object(TabId, Pattern) -> Recs | {error, Reason}</name>
<fsummary>Search the mib-storage table for record matching pattern</fsummary>
<type>
<v>TabId = term()</v>
@@ -210,7 +210,7 @@
</func>
<func>
- <name since="OTP R16B01">Module:match_delete(TabId, Pattern) -> {ok, Recs} | {error, Reason}</name>
+ <name since="OTP R16B01">Module:match_delete(TabId, Pattern) -> Recs | {error, Reason}</name>
<fsummary>Delete records in the mib-storage table matching pattern</fsummary>
<type>
<v>TabId = term()</v>