aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJens Axboe <axboe@suse.de>2005-09-06 14:49:51 +0200
committerJens Axboe <axboe@suse.de>2005-09-06 14:49:51 +0200
commitebc37a0bca13f13ca8ed1f568b133a3b69889708 (patch)
treece52d2600ff6a54442d8296644317f13eae21d3c /README
parent69e65a9e13f95201190a2d82c6fe327b708757df (diff)
downloadblktrace-ebc37a0bca13f13ca8ed1f568b133a3b69889708.tar.gz
[PATCH] Correct netcat examples
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
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.