diff options
author | Micael Karlberg <bmk@erlang.org> | 2019-06-14 11:15:42 +0200 |
---|---|---|
committer | Micael Karlberg <bmk@erlang.org> | 2019-06-27 17:51:06 +0200 |
commit | 8eb935e38eff65eac32890610bf517dc04389418 (patch) | |
tree | 5f3be0dce34286d93130cfdf7fdf2cae801dfc9d /lib | |
parent | 04b795f59e678e550fb8c7650952c5ded1096cef (diff) | |
download | otp-8eb935e38eff65eac32890610bf517dc04389418.tar.gz otp-8eb935e38eff65eac32890610bf517dc04389418.tar.bz2 otp-8eb935e38eff65eac32890610bf517dc04389418.zip |
[snmp|doc] Dialyzer related changes
Also found and corrected some (apparently minor) bugs.
OTP-15932
Diffstat (limited to 'lib')
-rw-r--r-- | lib/snmp/doc/src/snmpa_mib_storage.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/snmp/doc/src/snmpa_mib_storage.xml b/lib/snmp/doc/src/snmpa_mib_storage.xml index ee2b009e77..1d6a275538 100644 --- a/lib/snmp/doc/src/snmpa_mib_storage.xml +++ b/lib/snmp/doc/src/snmpa_mib_storage.xml @@ -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> |