summaryrefslogtreecommitdiff
path: root/lib/snmp/doc/src/snmpm_user.xml
diff options
context:
space:
mode:
authorMicael Karlberg <bmk@erlang.org>2020-03-17 20:07:24 +0100
committerMicael Karlberg <bmk@erlang.org>2020-03-19 09:23:39 +0100
commita5ca8d41ded6943a6df21b04d16308a9f1d6eede (patch)
tree6863d7ebdfb157d973224ea56987d84b018c3451 /lib/snmp/doc/src/snmpm_user.xml
parentd5a04410b15f33bbc9592498d7b71f631452eb42 (diff)
downloaderlang-a5ca8d41ded6943a6df21b04d16308a9f1d6eede.tar.gz
[snmp|doc] Fixed dead links
A bunch of functions are now deprecated and therefor their documentation has been removed. But there was still lots of refs (seealso) to them from other parts of the documentation. OTP-16463
Diffstat (limited to 'lib/snmp/doc/src/snmpm_user.xml')
-rw-r--r--lib/snmp/doc/src/snmpm_user.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/snmp/doc/src/snmpm_user.xml b/lib/snmp/doc/src/snmpm_user.xml
index fe0ac0b0d2..38b40b54e4 100644
--- a/lib/snmp/doc/src/snmpm_user.xml
+++ b/lib/snmp/doc/src/snmpm_user.xml
@@ -195,9 +195,9 @@ snmp_v1_trap_info() :: {Enteprise :: snmp:oid(),
</type>
<desc>
<p>Handle the reply to an asynchronous request, such as
- <seealso marker="snmpm#async_get">async_get</seealso>,
- <seealso marker="snmpm#async_get_next">async_get_next</seealso> or
- <seealso marker="snmpm#async_set">async_set</seealso>.</p>
+ <seealso marker="snmpm#async_get2">async_get</seealso>,
+ <seealso marker="snmpm#async_get_next2">async_get_next</seealso> or
+ <seealso marker="snmpm#async_set2">async_set</seealso>.</p>
<p>It could also be a late reply to a synchronous request.</p>
<p><c>ReqId</c> is returned by the asynchronous request function.</p>