diff options
Diffstat (limited to 'lib/libdevstat/devstat.3')
-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 * |