editorial
[rrq/newlisp/taplet.git] / README.md
index c661bfa2f942d63f7115326954a8babe626b68c3..4e0880582c2036decc7c44d36a1264299baf6b33 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,13 +1,15 @@
 taplet
 ======
 
-This is a program to simulate ARP and ICMP responding hosts under a tap.
+This is a program to simulate ARP and ICMP responding hosts under a
+tap.
 
     Usage: taplet -t <tap> -ip <ip-list>
 
-where \<ip-list\> is a comma-separated list of the IP addresses (dotted quads)
-that the program should simulate. The program "binds" to the tap, and responds
-to ARP requests and ICMP requests.
+where `<ip-list>` is a comma-separated list of the IP addresses
+(dotted quads) that the program should simulate. The program "binds"
+to the tap, and responds to ARP requests and ICMP requests.
+
+The program is a `newlisp` script, and it also lets you operate the
+`newlisp` command line, mutiplexed with handling network.
 
-The program is a `newlisp` script, and it also lets you operate the `newlisp`
-command line, mutiplexed with handling network.