summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorelie <elie>2004-11-18 09:46:50 +0000
committerelie <elie>2004-11-18 09:46:50 +0000
commit18467af6c0ca4249735f80dc6269726351c56386 (patch)
treecb715be8e976d2a9553972e37602a8a379bc52b1 /README
parent566e00e6805048e8f44d08c2ed9b2d6c5b7d8438 (diff)
downloadpysnmp-18467af6c0ca4249735f80dc6269726351c56386.tar.gz
minor fixes
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 872edb0..4513c4c 100644
--- a/README
+++ b/README
@@ -120,8 +120,8 @@ visualisation purposes (SNMP manager side) and/or become management targets
Since PySNMP native MIB compiler/codegenerator is not yet implemented,
the Python dump feature of libsmi library [6] is used. In order to convert MIB
-text files into pysnmp.smi-compliant Python source, the following procedure
-could be used:
+text files into pysnmp.smi-compliant Python source, something like the
+following UNIX shell script could be used:
for srcfile in /usr/share/snmp/mibs/*txt
do