From ab62b84c796b1b8c97b445505cd26df3fe9f0c51 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 14 Oct 2013 15:33:20 -0400 Subject: [PATCH] Add missing shell ("$") prompts in examples. --- hath.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hath.cabal b/hath.cabal index bdacad2..46c9349 100644 --- a/hath.cabal +++ b/hath.cabal @@ -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. -- 2.43.2