File 0205-Spotted-a-typo-on-https-erlang.org-doc-oam-oam_intro.patch of Package erlang
From 7e2f6a6da97b495af46fae53351aff4c3c8228f1 Mon Sep 17 00:00:00 2001
From: Nalin Ranjan <ranjanified@gmail.com>
Date: Sun, 3 Jan 2021 08:11:17 +0530
Subject: [PATCH] Spotted a typo on
https://erlang.org/doc/oam/oam_intro.html#snmp-based-oam(in the last
paragraph)
---
system/doc/oam/oam_intro.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/system/doc/oam/oam_intro.xml b/system/doc/oam/oam_intro.xml
index 3d08a5f3b1..1f12d240c6 100644
--- a/system/doc/oam/oam_intro.xml
+++ b/system/doc/oam/oam_intro.xml
@@ -219,7 +219,7 @@ snmp:c("MY-MIB", [{il, ["snmp/priv/mibs"]}]).</code>
code-only, while others need a server. One way, used by the
code-only MIB implementations, is for the user to call a
function such as
- <c>snmpa:unload_mibs(Agent, [Mib])</c>
+ <c>snmpa:load_mibs(Agent, [Mib])</c>
to load the MIB, and
<c>snmpa:unload_mibs(Agent, [Mib])</c>
to unload the MIB. See the manual page for each application for
--
2.26.2