Skip to content

Commit

Permalink
Fix missing empty line before verbatim text.
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Nilsson <[email protected]>
  • Loading branch information
troglobit committed Jan 11, 2015
1 parent 57d0ed3 commit b4b75ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<kbd>$ snmpwalk -v2c -c public 192.0.2.42</kbd>

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
Expand All @@ -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

<kbd>$ snmpget -c public -v 2c 192.0.2.42 system.sysUpTime.0</kbd>

SNMPv2-MIB::sysUpTime.0 = Timeticks: (2344) 0:00:23.44


Expand Down

0 comments on commit b4b75ca

Please sign in to comment.