aboutsummaryrefslogtreecommitdiff
path: root/lib/libdevstat
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-07-02 23:52:20 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-07-02 23:52:20 +0000
commit1a0a934547909744a6a2fa4cfd5b795ec6394f05 (patch)
tree23294a96f715e1e5bc35c1029ec151c90ee95b96 /lib/libdevstat
parente37a7c5f5a689c6f1994a879f5fa86066b7aac82 (diff)
downloadsrc-1a0a934547909744a6a2fa4cfd5b795ec6394f05.tar.gz
src-1a0a934547909744a6a2fa4cfd5b795ec6394f05.zip
Mechanically kill hard sentence breaks.
Notes
Notes: svn path=/head/; revision=131504
Diffstat (limited to 'lib/libdevstat')
-rw-r--r--lib/libdevstat/devstat.310
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libdevstat/devstat.3 b/lib/libdevstat/devstat.3
index bbd860c57b67..fc6c76955125 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 *