diff options
author | ru <ru@FreeBSD.org> | 2003-05-22 13:02:28 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-05-22 13:02:28 +0000 |
commit | 9bcac8799e0fa205ce0aab2815e1934c1c7fb3ad (patch) | |
tree | 9e88a547c7f774cc6533ee481e3c36d66be24d9d /lib/libdevstat | |
parent | facfefd3157b88295a26cb3e98f18947c2ab4b78 (diff) | |
download | FreeBSD-src-9bcac8799e0fa205ce0aab2815e1934c1c7fb3ad.zip FreeBSD-src-9bcac8799e0fa205ce0aab2815e1934c1c7fb3ad.tar.gz |
Assorted mdoc(7) fixes.
Approved by: re (blanket)
Diffstat (limited to 'lib/libdevstat')
-rw-r--r-- | lib/libdevstat/devstat.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libdevstat/devstat.3 b/lib/libdevstat/devstat.3 index babcf71..2d7010f 100644 --- a/lib/libdevstat/devstat.3 +++ b/lib/libdevstat/devstat.3 @@ -40,7 +40,7 @@ .Nm devstat_selectdevs , .Nm devstat_buildmatch , .Nm devstat_compute_statistics , -.Nm devstat_compute_etime , +.Nm devstat_compute_etime .Nd device statistics utility library .Sh LIBRARY .Lb libdevstat @@ -553,7 +553,7 @@ and .It DSM_MB_PER_SECOND_FREE type: long double * .Pp -The average number of megabytesper second in the specified type of +The average number of megabytes per second in the specified type of transaction between the acquisition of .Va previous and @@ -600,7 +600,7 @@ acquisition of and .Va current . .It DSM_BUSY_PCT -type long double * +type: long double * .Pp The percentage of time the device had one or more transactions outstanding between the acquisition of |