summaryrefslogtreecommitdiff
path: root/lib/snmp/doc/src
diff options
context:
space:
mode:
authorMicael Karlberg <bmk@erlang.org>2019-11-11 12:42:12 +0100
committerMicael Karlberg <bmk@erlang.org>2019-11-11 12:42:12 +0100
commitf5ca45a7bb7383efbe5dcd83411937bc7baaa028 (patch)
tree7bc87d6708970c99ce6545a403b5db018ea41ae0 /lib/snmp/doc/src
parent72693de1da91ea6a8c3ee1875c3c6db659825c31 (diff)
downloaderlang-f5ca45a7bb7383efbe5dcd83411937bc7baaa028.tar.gz
[snmp|doc] Fixe more dead links
Replaced more links to the SNMP app (reference) man page with links to the User's Guide config chapter.
Diffstat (limited to 'lib/snmp/doc/src')
-rw-r--r--lib/snmp/doc/src/snmp_manager_netif.xml2
-rw-r--r--lib/snmp/doc/src/snmpa.xml6
-rw-r--r--lib/snmp/doc/src/snmpm_user.xml2
3 files changed, 4 insertions, 6 deletions
diff --git a/lib/snmp/doc/src/snmp_manager_netif.xml b/lib/snmp/doc/src/snmp_manager_netif.xml
index 0dcf2a0255..0dfcdbda0d 100644
--- a/lib/snmp/doc/src/snmp_manager_netif.xml
+++ b/lib/snmp/doc/src/snmp_manager_netif.xml
@@ -122,7 +122,7 @@ Server ! {snmp_inform, Ref, Pdu, PduMS, Domain, Addr}
will not make the call to the
<seealso marker="snmpm_network_interface#inform_response">inform_response</seealso>
function). See the
- <seealso marker="snmp_app">inform request behaviour</seealso>
+ <seealso marker="snmp_config#manager_irb">inform request behaviour</seealso>
configuration option for more info.</p>
</item>
<item>
diff --git a/lib/snmp/doc/src/snmpa.xml b/lib/snmp/doc/src/snmpa.xml
index dc2f4e6d66..5b662620a9 100644
--- a/lib/snmp/doc/src/snmpa.xml
+++ b/lib/snmp/doc/src/snmpa.xml
@@ -1392,10 +1392,8 @@ snmp_agent:register_subagent(SA1,[1,2,3], SA2).
<p>For information about the old config (<c>OldConfig</c>)
see the OTP R9C documentation.</p>
<p>For information about the current agent config
- (<c>AgentConfig</c>), see either
- the <seealso marker="snmp_app">SNMP application</seealso>
- part of the reference manual or the
- <seealso marker="snmp_config">Configuring the application</seealso>
+ (<c>AgentConfig</c>), see the
+ <seealso marker="snmp_config#configuration_params">Configuring the application</seealso>
chapter of the SNMP user's guide.</p>
<marker id="restart_worker"></marker>
diff --git a/lib/snmp/doc/src/snmpm_user.xml b/lib/snmp/doc/src/snmpm_user.xml
index 9abf596c83..c961300490 100644
--- a/lib/snmp/doc/src/snmpm_user.xml
+++ b/lib/snmp/doc/src/snmpm_user.xml
@@ -243,7 +243,7 @@ snmp_v1_trap_info() :: {Enteprise :: snmp:oid(),
<c>{register, UserId, TargetName2, AgentConfig}</c> is the
<em>default user</em>.</p>
<p>If the
- <seealso marker="snmp_app">inform request behaviour</seealso>
+ <seealso marker="snmp_config#manager_irb">inform request behaviour</seealso>
configuration option is set to <c>user</c> or
<c>{user, integer()}</c>, the response (acknowledgment) to this
inform-request will be sent when this function returns.</p>