diff options
author | Micael Karlberg <[email protected]> | 2011-02-23 16:12:36 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-02-23 16:12:36 +0100 |
commit | ae806f1663d47569876b3abc0998ee3387c7abd2 (patch) | |
tree | 497b2903cd7dfdf36579605c16b7c3e71b4850c8 /lib/snmp/doc/src/snmpa.xml | |
parent | fe1a4d17ee6558f466c49bfaea25c3a0b4ca9936 (diff) | |
download | otp-ae806f1663d47569876b3abc0998ee3387c7abd2.tar.gz otp-ae806f1663d47569876b3abc0998ee3387c7abd2.tar.bz2 otp-ae806f1663d47569876b3abc0998ee3387c7abd2.zip |
Updated release notes and the documentation.
Also added entry in the appup file.
Diffstat (limited to 'lib/snmp/doc/src/snmpa.xml')
-rw-r--r-- | lib/snmp/doc/src/snmpa.xml | 37 |
1 files changed, 35 insertions, 2 deletions
diff --git a/lib/snmp/doc/src/snmpa.xml b/lib/snmp/doc/src/snmpa.xml index f546724a78..1d680e80f5 100644 --- a/lib/snmp/doc/src/snmpa.xml +++ b/lib/snmp/doc/src/snmpa.xml @@ -1,10 +1,10 @@ -<?xml version="1.0" encoding="latin1" ?> +<?xml version="1.0" encoding="iso-8859-1" ?> <!DOCTYPE erlref SYSTEM "erlref.dtd"> <erlref> <header> <copyright> - <year>2004</year><year>2010</year> + <year>2004</year><year>2011</year> <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> @@ -1252,6 +1252,39 @@ snmp_agent:register_subagent(SA1,[1,2,3], SA2). <p>This is a utility function, that can be useful when e.g. debugging instrumentation functions.</p> + <marker id="print_mib_info"></marker> + </desc> + </func> + + <func> + <name>print_mib_info() -> void()</name> + <fsummary>Print mib info</fsummary> + <desc> + <p>Prints the content of all the (snmp) tables and variables + for all mibs handled by the snmp agent. </p> + + <marker id="print_mib_tables"></marker> + </desc> + </func> + + <func> + <name>print_mib_tables() -> void()</name> + <fsummary>Print mib tables</fsummary> + <desc> + <p>Prints the content of all the (snmp) tables + for all mibs handled by the snmp agent. </p> + + <marker id="print_mib_variables"></marker> + </desc> + </func> + + <func> + <name>print_mib_variables() -> void()</name> + <fsummary>Print mib variables</fsummary> + <desc> + <p>Prints the content of all the (snmp) variables + for all mibs handled by the snmp agent. </p> + <marker id="verbosity"></marker> </desc> </func> |