summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/pysnmp-tutorial.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/pysnmp-tutorial.html b/docs/pysnmp-tutorial.html
index ec73863..c066654 100644
--- a/docs/pysnmp-tutorial.html
+++ b/docs/pysnmp-tutorial.html
@@ -675,7 +675,7 @@ belong to protocol-level
</DL>
<P>
-The following code performs SNMP SET operation
+The following code performs SNMP GET operation
<UL>
<LI>using SNMP v2c
<LI>with community name 'public'
@@ -832,9 +832,9 @@ The <STRONG>*varNames</STRONG> parameter is a sequence of
for their "next" greater neignbours' Managed Objects Instances values. Unlike
the same-named parameter of <A HREF="#CommandGenerator.getCmd">getCmd</A> method,
a partial (prefix part of) Managed Objects names are allowed here. For instance,
-a <STRONG>'1.3.6.1'</STRONG> argument would ask the Agent to report Managed Object
-Instance value with the next greater name known to this Agent (which may turn out
-to be <STRONG>'1.3.6.1.2.1.1.1.0'</STRONG>).
+a <STRONG>'1.3.6.1'</STRONG> argument would ask the Agent to report Managed
+Object Instance value with the next greater name known to this Agent
+(which may turn out to be <STRONG>'1.3.6.1.2.1.1.1.0'</STRONG>).
</P>
<P>
@@ -1018,8 +1018,8 @@ initial names (e.g. OBJECT IDENTIFIER's)
</P>
<P>
- The <A HREF="#MibVariable">MibVariable</A> object is used on input to
- allow symbolic MIB table columns specification.
+The <A HREF="#MibVariable">MibVariable</A> object is used on input to
+allow symbolic MIB table columns specification.
</P>
<TABLE BGCOLOR="lightgray" BORDER=0 WIDTH=90% ALIGN=CENTER><TR><TD>