diff options
author | Nathan Scott <nscott@aconex.com> | 2008-09-26 11:05:13 +0200 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2008-09-26 11:05:13 +0200 |
commit | 6f2cb32b05c8800d68f3e61f196d417bfea80049 (patch) | |
tree | c5e97f32f600ac94d8546af26018bc7dc316c836 /doc | |
parent | ea86559e392fc012f9b30eb109d3421d463c8848 (diff) | |
download | blktrace-6f2cb32b05c8800d68f3e61f196d417bfea80049.tar.gz blktrace-6f2cb32b05c8800d68f3e61f196d417bfea80049.tar.bz2 |
man page typo
This fixes up a formatting problem when displaying the blktrace
man pages - just a typo (bold mode not correctly terminated, so
it flows on until the next bold-mode-termination a few lines on).
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/blktrace.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/blktrace.8 b/doc/blktrace.8 index e87feae..4b34dff 100644 --- a/doc/blktrace.8 +++ b/doc/blktrace.8 @@ -201,7 +201,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\fB and parse the output to human +To trace the i/o on the device \fI/dev/hda\fR and parse the output to human readable form, use the following command: % blktrace \-d /dev/sda \-o \- | blkparse \-i \- |