diff options
author | Lars Thorsen <[email protected]> | 2017-09-08 09:46:49 +0200 |
---|---|---|
committer | Lars Thorsen <[email protected]> | 2017-09-08 09:46:49 +0200 |
commit | c91cdb3d5805f067b7ef306620f30ed9e1a6dc50 (patch) | |
tree | 8f8db284654bb46dbe4b4963225789fa564fe4c8 /system | |
parent | a7562f21f3457e5dda90e0e9e8b7459073ada88e (diff) | |
parent | 819839feb89fd7510440a242c08e5d3210ad4832 (diff) | |
download | otp-c91cdb3d5805f067b7ef306620f30ed9e1a6dc50.tar.gz otp-c91cdb3d5805f067b7ef306620f30ed9e1a6dc50.tar.bz2 otp-c91cdb3d5805f067b7ef306620f30ed9e1a6dc50.zip |
Merge branch 'maint'
Diffstat (limited to 'system')
-rw-r--r-- | system/doc/oam/oam_intro.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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"]}]).</code> 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 <c>otp_mib:init(Agent)</c> to load the MIB, - and <c>otp_mib:stop(Agent)</c> to unload the MIB. See the + function such as <c>otp_mib:load(Agent)</c> to load the MIB, + and <c>otp_mib:unload(Agent)</c> to unload the MIB. See the manual page for each application for a description of how to load each MIB.</p> </section> |