diff --git a/reference/snmp/functions/snmp3-get.xml b/reference/snmp/functions/snmp3-get.xml
index 582839931b..7aaa9966ab 100644
--- a/reference/snmp/functions/snmp3-get.xml
+++ b/reference/snmp/functions/snmp3-get.xml
@@ -23,7 +23,7 @@
stringretries5
- The snmpget function is used to read the
+ The snmp3_get function is used to read the
value of an SNMP object specified by the
object_id.
@@ -36,7 +36,7 @@
host
- The hostname of the SNMP agent (server).
+ The hostname of the SNMP agent (server).
@@ -126,11 +126,11 @@
&reftitle.examples;
- Using snmpget
+ Using snmp3_get
]]>
@@ -142,7 +142,7 @@ $nameOfSecondInterface = snmp3_getnext('localhost', 'james', 'authPriv', 'SHA',
&reftitle.seealso;
- snmpset
+ snmp3_set
diff --git a/reference/snmp/functions/snmp3-real-walk.xml b/reference/snmp/functions/snmp3-real-walk.xml
index ae7ab93ad9..a896608048 100644
--- a/reference/snmp/functions/snmp3-real-walk.xml
+++ b/reference/snmp/functions/snmp3-real-walk.xml
@@ -57,7 +57,7 @@
The
- snmprealwalk function is used to traverse over a number
+ snmp3_real_walk function is used to traverse over a number
of
SNMP objects starting from
object_id
@@ -186,7 +186,7 @@
Using
- snmprealwalk
+ snmp3_real_walk
- Using snmpgetnext
+ Using snmp3_set
stringretries5
- snmpwalk function is used to read all the values from
+ snmp3_walk function is used to read all the values from
an SNMP agent specified by the hostname.
@@ -136,7 +136,7 @@
&reftitle.examples;
- snmpwalk Example
+ snmp3_walk Example
- Using snmpgetnext
+ Using snmpset