From b4b75caad6023e621a14f2d624efbf4f65e85e66 Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Sun, 11 Jan 2015 16:45:39 +0100 Subject: [PATCH] Fix missing empty line before verbatim text. Signed-off-by: Joachim Nilsson --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ef0045e..438841a 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,7 @@ needed. You may also be interested in a more graphical alternative, When done you should be able to do the following: $ snmpwalk -v2c -c public 192.0.2.42 + SNMPv2-MIB::sysDescr.0 = STRING: TroglOS Linux Virtual Devboard SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises SNMPv2-MIB::sysUpTime.0 = Timeticks: (465) 0:00:04.65 @@ -130,6 +131,7 @@ When done you should be able to do the following: SNMPv2-SMI::mib-2.25.1.1.0 = Timeticks: (71983) 0:11:59.83 $ snmpget -c public -v 2c 192.0.2.42 system.sysUpTime.0 + SNMPv2-MIB::sysUpTime.0 = Timeticks: (2344) 0:00:23.44