diff options
author | Eric Sandeen <sandeen@redhat.com> | 2009-05-04 15:16:31 -0500 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2009-05-11 08:43:44 +0200 |
commit | fbdf23ecc21c6fbbc6fd25d41e3072d06188d274 (patch) | |
tree | 42fe3005e5ac2c2d55bc7b413ee7fcc07283c591 /doc/btrecord.8 | |
parent | 306a8ee991a42055365aade54b9c988e5373cef5 (diff) | |
download | blktrace-fbdf23ecc21c6fbbc6fd25d41e3072d06188d274.tar.gz blktrace-fbdf23ecc21c6fbbc6fd25d41e3072d06188d274.tar.bz2 |
more manpage fixups
Fix various typos & inconsistencies in man pages.
I think the manpages could use a general tidy-up, but this
mostly fixes things which I'd consider "errors" vs. style
issues.
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'doc/btrecord.8')
-rw-r--r-- | doc/btrecord.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/btrecord.8 b/doc/btrecord.8 index b4318ae..c0655ab 100644 --- a/doc/btrecord.8 +++ b/doc/btrecord.8 @@ -1,4 +1,4 @@ -.TH BTREPLAY 8 "December 8, 2007" "blktrace git\-20071207142532" "" +.TH BTRECORD 8 "December 8, 2007" "blktrace git\-20071207142532" "" .SH NAME @@ -105,16 +105,16 @@ Show help and exit. Show version number and exit. .RE -\-m <\fInanoceconds\fR> +\-m <\fInanoseconds\fR> .br -\-\-input\-base=<\fInanoceconds\fR> +\-\-input\-base=<\fInanoseconds\fR> .RS The \fI\-m\fR option requires a single parameter which specifies an amount of time (in nanoseconds) to include in any one bunch of IOs that are to be processed. The smaller the value, the smaller the number of IOs processed at one time \(em perhaps yielding in more realistic replay. However, after a certain point the amount of overhead per bunch may result -in additonal real replay time, thus yielding less accurate replay times. +in additional real replay time, thus yielding less accurate replay times. .P The default value is 10,000,000 nanoseconds (10 milliseconds). .RE @@ -167,7 +167,7 @@ sdab:3: 474773 pkts (tot), 117849 pkts (replay), 69572 bunches, 1.7 pkts/bunch .P The meaning of the columns is: .IP 1. 3 - The first field contains the device name and CPU identrifer. Thus: + The first field contains the device name and CPU identifier. Thus: \fIsdab:0:\fR means the device \fIsdab\fR and traces on CPU 0. .IP 2. The second field contains the total number of packets processed for each |