aboutsummaryrefslogtreecommitdiffstats
path: root/lib/snmp/doc/src/notes.xml
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2011-04-14 09:07:04 +0200
committerMicael Karlberg <[email protected]>2011-04-14 09:07:04 +0200
commit32aa680d7b2a06299f2cf37d54496060fff1b44a (patch)
tree5f8158aadeba6910e7a86be7da7763c8026b640b /lib/snmp/doc/src/notes.xml
parent6f7913a20db1f59a67cc22ae3b6ce6d4d013deee (diff)
downloadotp-32aa680d7b2a06299f2cf37d54496060fff1b44a.tar.gz
otp-32aa680d7b2a06299f2cf37d54496060fff1b44a.tar.bz2
otp-32aa680d7b2a06299f2cf37d54496060fff1b44a.zip
Final version of the (new) API.
Diffstat (limited to 'lib/snmp/doc/src/notes.xml')
-rw-r--r--lib/snmp/doc/src/notes.xml24
1 files changed, 12 insertions, 12 deletions
diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml
index 11d2a513df..ae00c42a7c 100644
--- a/lib/snmp/doc/src/notes.xml
+++ b/lib/snmp/doc/src/notes.xml
@@ -54,17 +54,17 @@
</item>
<item>
- <p>[manager] The API for snmp requests has been changed to
+ <p>[manager] The API for snmp requests has been augmented to
allow the caller to override some configuration. </p>
- <p>See
- <seealso marker="snmpm#sync_get">sync_get/3,4</seealso>,
- <seealso marker="snmpm#async_get">async_get/3,4</seealso>,
- <seealso marker="snmpm#sync_get_next">sync_get_next/3,4</seealso>,
- <seealso marker="snmpm#async_get_next">async_get_next/3,4</seealso>,
- <seealso marker="snmpm#sync_get_bulk">sync_get_bulk/5,6</seealso>,
- <seealso marker="snmpm#async_get_bulk">async_get_bulk/5,6</seealso>,
- <seealso marker="snmpm#sync_set">sync_set/3,4</seealso> and
- <seealso marker="snmpm#async_set">async_set/3,4</seealso>
+ <p>This has been done by introducing a new set of API functions, see
+ <seealso marker="snmpm#sync_get2">sync_get2/3,4</seealso>,
+ <seealso marker="snmpm#async_get2">async_get2/3,4</seealso>,
+ <seealso marker="snmpm#sync_get_next2">sync_get_next2/3,4</seealso>,
+ <seealso marker="snmpm#async_get_next2">async_get_next2/3,4</seealso>,
+ <seealso marker="snmpm#sync_get_bulk2">sync_get_bulk2/5,6</seealso>,
+ <seealso marker="snmpm#async_get_bulk2">async_get_bulk2/5,6</seealso>,
+ <seealso marker="snmpm#sync_set2">sync_set2/3,4</seealso> and
+ <seealso marker="snmpm#async_set2">async_set2/3,4</seealso>
for more info. </p>
<p>Own Id: OTP-9162</p>
</item>
@@ -304,7 +304,7 @@ snmp_view_basec_acm_mib:vacmAccessTable(set, RowIndex, Cols).
<p>The config utility
(<seealso marker="snmp#config">snmp:config/0</seealso>)
generated a default notify.conf
- with a bad name for the starndard trap entry (was "stadard trap",
+ with a bad name for the standard trap entry (was "stadard trap",
but should have been "standard trap"). This has been corrected. </p>
<p>Kenji Rikitake</p>
<p>Own Id: OTP-8433</p>
@@ -508,7 +508,7 @@ snmp_view_basec_acm_mib:vacmAccessTable(set, RowIndex, Cols).
<p>The config utility
(<seealso marker="snmp#config">snmp:config/0</seealso>)
generated a default notify.conf
- with a bad name for the starndard trap entry (was "stadard trap",
+ with a bad name for the standard trap entry (was "stadard trap",
but should have been "standard trap"). This has been corrected. </p>
<p>Kenji Rikitake</p>
<p>Own Id: OTP-8433</p>