]> gitweb.michael.orlitzky.com - hath.git/commitdiff
Add missing shell ("$") prompts in examples.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 14 Oct 2013 19:33:20 +0000 (15:33 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 14 Oct 2013 19:33:20 +0000 (15:33 -0400)
hath.cabal

index bdacad2f673f0719af08678c579a053ff3f63b8b..46c9349049051599ad3f4cfaad036c98bdadf61d 100644 (file)
@@ -89,7 +89,7 @@ description:
   Perform PTR lookups on all of 198.41.0.4\/30:
   .
   @
-  hath reversed <<< \"198.41.0.4\/30\"
+  hath reversed <<< \"198.41.0.4\/30\"
   198.41.0.4: a.root-servers.net.
   198.41.0.5:
   198.41.0.6: rs.internic.net.
@@ -102,7 +102,7 @@ description:
   perform 25 lookups in parallel:
   .
   @
-  hath reversed +RTS -N25 <<< \"198.41.0.4\/24\"
+  hath reversed +RTS -N25 <<< \"198.41.0.4\/24\"
   198.41.0.4: a.root-servers.net.
   198.41.0.5:
   198.41.0.6: rs.internic.net.