File 2644-snmp-doc-Dialyzer-related-changes.patch of Package erlang

From 8eb935e38eff65eac32890610bf517dc04389418 Mon Sep 17 00:00:00 2001
From: Micael Karlberg <bmk@erlang.org>
Date: Fri, 14 Jun 2019 11:15:42 +0200
Subject: [PATCH 4/6] [snmp|doc] Dialyzer related changes

Also found and corrected some (apparently minor) bugs.

OTP-15932
---
 lib/snmp/doc/src/snmpa_mib_storage.xml | 4 ++--
 1 file 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>Module:match_object(TabId, Pattern) -> {ok, Recs} | {error, Reason}</name>
+      <name>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>Module:match_delete(TabId, Pattern) -> {ok, Recs} | {error, Reason}</name>
+      <name>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>
-- 
2.16.4

openSUSE Build Service is sponsored by