diff options
author | Micael Karlberg <[email protected]> | 2011-05-18 17:54:24 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-05-18 17:54:24 +0200 |
commit | e993da4426a76bb172290a10999267d3023120d5 (patch) | |
tree | 523723b8c9d202b61ba3ce4fd9a95efcfb4085a1 /lib | |
parent | 8ee3a1adabb3d9834e80ba121b58ba73546fe022 (diff) | |
parent | 0c95590317d02fa3d486c53fa208ff36a188bc53 (diff) | |
download | otp-e993da4426a76bb172290a10999267d3023120d5.tar.gz otp-e993da4426a76bb172290a10999267d3023120d5.tar.bz2 otp-e993da4426a76bb172290a10999267d3023120d5.zip |
Merge branch 'bmk/snmp/snmp420_integration' into dev
Diffstat (limited to 'lib')
-rw-r--r-- | lib/snmp/doc/src/snmp_agent_netif.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/snmp/doc/src/snmp_agent_netif.xml b/lib/snmp/doc/src/snmp_agent_netif.xml index d751740a82..14ef3630b5 100644 --- a/lib/snmp/doc/src/snmp_agent_netif.xml +++ b/lib/snmp/doc/src/snmp_agent_netif.xml @@ -119,7 +119,8 @@ Pid ! {snmp_response_received, Vsn, Pdu, From} <list type="bulleted"> <item><c>Pid</c> is the Process that waits for the response for the request. The Pid was specified in the - <c>send_pdu_req</c> message <seealso marker="#message">(see below)</seealso>. + <c>send_pdu_req</c> message + <seealso marker="#im_send_pdu_req">(see below)</seealso>. </item> <item><c>Vsn</c> is either <c>'version-1'</c>, <c>'version-2'</c>, or <c>'version-3'</c>. |