summaryrefslogtreecommitdiff
path: root/docs/source/examples/v1arch/asyncore/manager
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/examples/v1arch/asyncore/manager')
-rw-r--r--docs/source/examples/v1arch/asyncore/manager/cmdgen/fetching-variables.rst8
-rw-r--r--docs/source/examples/v1arch/asyncore/manager/cmdgen/modifying-variables.rst8
-rw-r--r--docs/source/examples/v1arch/asyncore/manager/cmdgen/walking-operations.rst14
-rw-r--r--docs/source/examples/v1arch/asyncore/manager/ntfrcv/transport-tweaks.rst8
4 files changed, 19 insertions, 19 deletions
diff --git a/docs/source/examples/v1arch/asyncore/manager/cmdgen/fetching-variables.rst b/docs/source/examples/v1arch/asyncore/manager/cmdgen/fetching-variables.rst
index 44d9d8a..2bcee2c 100644
--- a/docs/source/examples/v1arch/asyncore/manager/cmdgen/fetching-variables.rst
+++ b/docs/source/examples/v1arch/asyncore/manager/cmdgen/fetching-variables.rst
@@ -4,15 +4,15 @@
Fetching variables
------------------
-.. include:: /../../examples/v1arch/asyncore/manager/cmdgen/get-v1.py
+.. include:: /../../examples/v1arch/asyncore/manager/cmdgen/fetch-scalar-value.py
:start-after: """
:end-before: """#
-.. literalinclude:: /../../examples/v1arch/asyncore/manager/cmdgen/get-v1.py
+.. literalinclude:: /../../examples/v1arch/asyncore/manager/cmdgen/fetch-scalar-value.py
:start-after: """#
:language: python
-:download:`Download</../../examples/v1arch/asyncore/manager/cmdgen/get-v1.py>` script.
+:download:`Download</../../examples/v1arch/asyncore/manager/cmdgen/fetch-scalar-value.py>` script.
-See also: :doc:`library-reference </docs/contents>`.
+See also: :doc:`library reference </docs/contents>`.
diff --git a/docs/source/examples/v1arch/asyncore/manager/cmdgen/modifying-variables.rst b/docs/source/examples/v1arch/asyncore/manager/cmdgen/modifying-variables.rst
index 3fc9926..c2b84f1 100644
--- a/docs/source/examples/v1arch/asyncore/manager/cmdgen/modifying-variables.rst
+++ b/docs/source/examples/v1arch/asyncore/manager/cmdgen/modifying-variables.rst
@@ -4,15 +4,15 @@
Modifying variables
-------------------
-.. include:: /../../examples/v1arch/asyncore/manager/cmdgen/set-v2c.py
+.. include:: /../../examples/v1arch/asyncore/manager/cmdgen/v2c-set.py
:start-after: """
:end-before: """#
-.. literalinclude:: /../../examples/v1arch/asyncore/manager/cmdgen/set-v2c.py
+.. literalinclude:: /../../examples/v1arch/asyncore/manager/cmdgen/v2c-set.py
:start-after: """#
:language: python
-:download:`Download</../../examples/v1arch/asyncore/manager/cmdgen/set-v2c.py>` script.
+:download:`Download</../../examples/v1arch/asyncore/manager/cmdgen/v2c-set.py>` script.
-See also: :doc:`library-reference </docs/contents>`.
+See also: :doc:`library reference </docs/contents>`.
diff --git a/docs/source/examples/v1arch/asyncore/manager/cmdgen/walking-operations.rst b/docs/source/examples/v1arch/asyncore/manager/cmdgen/walking-operations.rst
index 93866fa..99d57fa 100644
--- a/docs/source/examples/v1arch/asyncore/manager/cmdgen/walking-operations.rst
+++ b/docs/source/examples/v1arch/asyncore/manager/cmdgen/walking-operations.rst
@@ -4,26 +4,26 @@
MIB walking operations
----------------------
-.. include:: /../../examples/v1arch/asyncore/manager/cmdgen/getnext-v1.py
+.. include:: /../../examples/v1arch/asyncore/manager/cmdgen/getnext-pull-whole-mib.py
:start-after: """
:end-before: """#
-.. literalinclude:: /../../examples/v1arch/asyncore/manager/cmdgen/getnext-v1.py
+.. literalinclude:: /../../examples/v1arch/asyncore/manager/cmdgen/getnext-pull-whole-mib.py
:start-after: """#
:language: python
-:download:`Download</../../examples/v1arch/asyncore/manager/cmdgen/getnext-v1.py>` script.
+:download:`Download</../../examples/v1arch/asyncore/manager/cmdgen/getnext-pull-whole-mib.py>` script.
-.. include:: /../../examples/v1arch/asyncore/manager/cmdgen/getbulk-v2c.py
+.. include:: /../../examples/v1arch/asyncore/manager/cmdgen/getbulk-pull-whole-mib.py
:start-after: """
:end-before: """#
-.. literalinclude:: /../../examples/v1arch/asyncore/manager/cmdgen/getbulk-v2c.py
+.. literalinclude:: /../../examples/v1arch/asyncore/manager/cmdgen/getbulk-pull-whole-mib.py
:start-after: """#
:language: python
-:download:`Download</../../examples/v1arch/asyncore/manager/cmdgen/getbulk-v2c.py>` script.
+:download:`Download</../../examples/v1arch/asyncore/manager/cmdgen/getbulk-pull-whole-mib.py>` script.
-See also: :doc:`library-reference </docs/contents>`.
+See also: :doc:`library reference </docs/contents>`.
diff --git a/docs/source/examples/v1arch/asyncore/manager/ntfrcv/transport-tweaks.rst b/docs/source/examples/v1arch/asyncore/manager/ntfrcv/transport-tweaks.rst
index 9c921ef..290f522 100644
--- a/docs/source/examples/v1arch/asyncore/manager/ntfrcv/transport-tweaks.rst
+++ b/docs/source/examples/v1arch/asyncore/manager/ntfrcv/transport-tweaks.rst
@@ -4,15 +4,15 @@
Transport tweaks
----------------
-.. include:: /../../examples/v1arch/asyncore/manager/ntfrcv/v1-multiple-transports.py
+.. include:: /../../examples/v1arch/asyncore/manager/ntfrcv/listen-on-ipv4-and-ipv6-interfaces.py
:start-after: """
:end-before: """#
-.. literalinclude:: /../../examples/v1arch/asyncore/manager/ntfrcv/v1-multiple-transports.py
+.. literalinclude:: /../../examples/v1arch/asyncore/manager/ntfrcv/listen-on-ipv4-and-ipv6-interfaces.py
:start-after: """#
:language: python
-:download:`Download</../../examples/v1arch/asyncore/manager/ntfrcv/v1-multiple-transports.py>` script.
+:download:`Download</../../examples/v1arch/asyncore/manager/ntfrcv/listen-on-ipv4-and-ipv6-interfaces.py>` script.
-See also: :doc:`library-reference </docs/contents>`.
+See also: :doc:`library reference </docs/contents>`.