editorial
[rrq/newlisp/taplet.git] / README.md
index c661bfa2f942d63f7115326954a8babe626b68c3..87986881402606c3a9f8878c1045b75a0cd6cda3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,13 +1,14 @@
 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.