editorial
authorRalph Ronnquist <ralph.ronnquist@gmail.com>
Tue, 9 May 2023 02:41:55 +0000 (12:41 +1000)
committerRalph Ronnquist <ralph.ronnquist@gmail.com>
Tue, 9 May 2023 02:41:55 +0000 (12:41 +1000)
README.md

index c661bfa2f942d63f7115326954a8babe626b68c3..74ddf698b00e73801272afb82fd375d89cb30e2c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -5,9 +5,9 @@ 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.