INSTALL.DPDK.md: Terminate code section.
authorRussell Bryant <rbryant@redhat.com>
Mon, 23 Mar 2015 17:49:10 +0000 (13:49 -0400)
committerBen Pfaff <blp@nicira.com>
Mon, 23 Mar 2015 18:12:43 +0000 (11:12 -0700)
Add a missing terminator for a code section.  Without this, the
rendering on github at least shows the rest of the file as a code
block.

Signed-off-by: Russell Bryant <rbryant@redhat.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
INSTALL.DPDK.md

index 5b61272..60889d0 100644 (file)
@@ -430,6 +430,7 @@ qemu-wrap.py -cpu host -boot c -hda <disk image> -m 4096 -smp 4
   --enable-kvm -nographic -vnc none -net none -netdev tap,id=net1,
   script=no,downscript=no,ifname=if1,vhost=on -device virtio-net-pci,
   netdev=net1,mac=00:00:00:00:00:01
+```
 
 DPDK vhost VM configuration with libvirt:
 -----------------------------------------