From 88d38b4d0a5b33332fa80d7028a87c0717bb5d75 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Wed, 18 Feb 2015 13:03:55 +0100 Subject: [PATCH] Refer to sda instead of hda in man pages Signed-off-by: Olaf Hering Signed-off-by: Jens Axboe --- doc/blkparse.1 | 2 +- doc/blktrace.8 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/blkparse.1 b/doc/blkparse.1 index 9193dbe..be9b34b 100644 --- a/doc/blkparse.1 +++ b/doc/blkparse.1 @@ -530,7 +530,7 @@ device and sector offset. .SH EXAMPLES -To trace the i/o on the device \fI/dev/hda\fB and parse the output to human +To trace the i/o on the device \fI/dev/sda\fB and parse the output to human readable form, use the following command: % blktrace \-d /dev/sda \-o \- | blkparse \-i \- diff --git a/doc/blktrace.8 b/doc/blktrace.8 index b5e69b7..df464be 100644 --- a/doc/blktrace.8 +++ b/doc/blktrace.8 @@ -236,7 +236,7 @@ sends the command data block as a payload so that blkparse can decode it. .SH EXAMPLES -To trace the i/o on the device \fI/dev/hda\fR and parse the output to human +To trace the i/o on the device \fI/dev/sda\fR and parse the output to human readable form, use the following command: % blktrace \-d /dev/sda \-o \- | blkparse \-i \- -- 2.25.1