From d41e560f93cceb247d790744b96db5ee9fc000bb Mon Sep 17 00:00:00 2001 From: bitnitdit Date: Fri, 1 Sep 2017 16:14:31 +0800 Subject: Fix typo in oam_intro.xml --- system/doc/oam/oam_intro.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system') diff --git a/system/doc/oam/oam_intro.xml b/system/doc/oam/oam_intro.xml index 8b8d69e638..b4142b3cc5 100644 --- a/system/doc/oam/oam_intro.xml +++ b/system/doc/oam/oam_intro.xml @@ -243,8 +243,8 @@ snmp:c("MY-MIB", [{il, ["sasl/priv/mibs"]}]). loading the MIBs into the agent. Some MIB implementations are 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 otp_mib:init(Agent) to load the MIB, - and otp_mib:stop(Agent) to unload the MIB. See the + function such as otp_mib:load(Agent) to load the MIB, + and otp_mib:unload(Agent) to unload the MIB. See the manual page for each application for a description of how to load each MIB.

-- cgit v1.2.3