From ebc37a0bca13f13ca8ed1f568b133a3b69889708 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Tue, 6 Sep 2005 14:49:51 +0200 Subject: [PATCH] [PATCH] Correct netcat examples --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 80f4a51..15fac1a 100644 --- a/README +++ b/README @@ -51,7 +51,7 @@ it will do batch sorts of input events. Similarly, you can do traces over the network with eg netcat: % blktrace -d /dev/sda -o - | netcat parsehost portno -% netcat tracehost portno | blkparse -i - +% netcat -l -p portno tracehost | blkparse -i - Which will send the traces from tracehost to parsehost over the network on the defined port number. -- 2.25.1