diff options
author | ru <ru@FreeBSD.org> | 2004-07-02 23:52:20 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-07-02 23:52:20 +0000 |
commit | 01548ace1533487f9c0488f55112c9d8641f8184 (patch) | |
tree | 23294a96f715e1e5bc35c1029ec151c90ee95b96 /lib/libdevstat | |
parent | 47f5e31e2bb626743fa9e912918201fe505b1419 (diff) | |
download | FreeBSD-src-01548ace1533487f9c0488f55112c9d8641f8184.zip FreeBSD-src-01548ace1533487f9c0488f55112c9d8641f8184.tar.gz |
Mechanically kill hard sentence breaks.
Diffstat (limited to 'lib/libdevstat')
-rw-r--r-- | lib/libdevstat/devstat.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libdevstat/devstat.3 b/lib/libdevstat/devstat.3 index bbd860c..fc6c769 100644 --- a/lib/libdevstat/devstat.3 +++ b/lib/libdevstat/devstat.3 @@ -241,7 +241,7 @@ selects devices to display based upon a number of criteria: .Bl -tag -width flag .It specified devices Specified devices are the first selection priority. -These are generally devices specified by name by the user e.g. da0, da1, cd0. +These are generally devices specified by name by the user e.g.\& da0, da1, cd0. .It match patterns These are pattern matching expressions generated by .Fn devstat_buildmatch @@ -491,7 +491,7 @@ The total number of blocks transferred between the acquisition of and .Va current . This number is in terms of the blocksize reported by the device. -If no blocksize has been reported (i.e. the block size is 0), a default +If no blocksize has been reported (i.e., the block size is 0), a default blocksize of 512 bytes will be used in the calculation. .It DSM_TOTAL_BLOCKS_READ .It DSM_TOTAL_BLOCKS_WRITE @@ -503,7 +503,7 @@ The total number of blocks of the specified type between the acquisition of and .Va current . This number is in terms of the blocksize reported by the device. -If no blocksize has been reported (i.e. the block size is 0), a default +If no blocksize has been reported (i.e., the block size is 0), a default blocksize of 512 bytes will be used in the calculation. .It DSM_KB_PER_TRANSFER type: long double * @@ -566,7 +566,7 @@ The average number of blocks transferred per second between the acquisition of and .Va current . This number is in terms of the blocksize reported by the device. -If no blocksize has been reported (i.e. the block size is 0), a default +If no blocksize has been reported (i.e., the block size is 0), a default blocksize of 512 bytes will be used in the calculation. .It DSM_BLOCKS_PER_SECOND_READ .It DSM_BLOCKS_PER_SECOND_WRITE @@ -579,7 +579,7 @@ between the acquisition of and .Va current . This number is in terms of the blocksize reported by the device. -If no blocksize has been reported (i.e. the block size is 0), a default +If no blocksize has been reported (i.e., the block size is 0), a default blocksize of 512 bytes will be used in the calculation. .It DSM_MS_PER_TRANSACTION type: long double * |