summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-07-13 15:05:49 +0200
committerIlya Etingof <etingof@gmail.com>2017-07-13 15:05:49 +0200
commit1d2dc03045b9df5bbeb48cb8ed134f1c50079376 (patch)
treecfbaba1d009076fc73231769a6b954a023340b5c /docs
parent89ac53ca3c493fc90be6bc31219c8e43e0c30ef1 (diff)
downloadpysnmp-git-1d2dc03045b9df5bbeb48cb8ed134f1c50079376.tar.gz
renamed "OIDs are not increasing" message for clarity
Diffstat (limited to 'docs')
-rw-r--r--docs/source/faq/oids-not-increasing.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/source/faq/oids-not-increasing.rst b/docs/source/faq/oids-not-increasing.rst
index c1049eea..5952d09e 100644
--- a/docs/source/faq/oids-not-increasing.rst
+++ b/docs/source/faq/oids-not-increasing.rst
@@ -1,14 +1,14 @@
-Dealing with OIDs not increasing error
---------------------------------------
+Dealing with the "OID not increasing" error
+-------------------------------------------
Q. I'm walking a particular Agent with the `nextCmd()` or `bulkCmd()`
functions. It works for some OIDs, but invariably fails at certain
- OID with the *OIDs are not increasing* diagnostics. What does it mean and
+ OID with the *OID not increasing* diagnostics. What does it mean and
how do I fix that?
A. The Agent you are talking to seems to be broken. The
- *OIDs are not increasing* message means that in the course of fetching
+ *OID not increasing* message means that in the course of fetching
OIDs from Agent, Manager receives an OID that is not greater than those
used in request.
Due to the nature of GETNEXT/GETBULK algorithm, passing the same or