The following changes since commit 2cf87e6092da7b36d5ef10c830ddf12d9e18121d: iowatcher: wrap system() in a checker function (2014-09-25 15:17:06 -0600) are available in the git repository at: git://git.kernel.dk/blktrace.git master for you to fetch changes up to 88d38b4d0a5b33332fa80d7028a87c0717bb5d75: Refer to sda instead of hda in man pages (2015-02-18 08:50:02 -0800) ---------------------------------------------------------------- Olaf Hering (1): Refer to sda instead of hda in man pages doc/blkparse.1 | 2 +- doc/blktrace.8 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- Diff of recent changes: 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 \- -- To unsubscribe from this list: send the line "unsubscribe linux-btrace" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html