diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-06-04 13:21:46 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-06-04 13:21:46 +0000 |
commit | bdc8739080c76bf0ce085004bebf2f68643bca6a (patch) | |
tree | 477a525d9a0ec8552da3a44034d6471747e8a70b /sysutils/diskcheckd | |
parent | 9811a25b6ccefe3cd4113bd0e9ac9a8e8b4fee85 (diff) | |
download | ports-bdc8739080c76bf0ce085004bebf2f68643bca6a.tar.gz ports-bdc8739080c76bf0ce085004bebf2f68643bca6a.zip |
mdoc(7) police: minor markup cleanup.
Notes
Notes:
svn path=/head/; revision=43487
Diffstat (limited to 'sysutils/diskcheckd')
-rw-r--r-- | sysutils/diskcheckd/files/diskcheckd.8 | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sysutils/diskcheckd/files/diskcheckd.8 b/sysutils/diskcheckd/files/diskcheckd.8 index fb9a1245e40e..72de6997a108 100644 --- a/sysutils/diskcheckd/files/diskcheckd.8 +++ b/sysutils/diskcheckd/files/diskcheckd.8 @@ -26,7 +26,7 @@ .\" .Dd December 30, 2000 .Dt DISKCHECKD 8 -.Os FreeBSD +.Os .Sh NAME .Nm diskcheckd .Nd daemon to check for disk read errors @@ -92,7 +92,7 @@ To run .Nm automatically at boot time, the -.Ar diskcheckd_enable +.Va diskcheckd_enable variable in .Xr rc.conf 5 should be set to @@ -120,7 +120,6 @@ signal. .Pp .Nm accepts the following command line options: -.Pp .Bl -tag -width Fl .It Fl d If this flag is specified, @@ -150,20 +149,17 @@ To check all of for errors once every two weeks, use this entry in .Pa diskcheckd.conf : -.Pp .Bd -literal -offset indent /dev/ad0 * 14 * .Ed .Pp To check the first SCSI disk for errors at approximately 64KB/s, use the following entry: -.Pp .Bd -literal -offset indent /dev/da0 * * 64 .Ed .Pp To check all disks once every four weeks: -.Pp .Bd -literal -offset indent * * 28 * .Ed @@ -176,6 +172,7 @@ they will be written to first appeared in .Fx 5.0 . .Sh AUTHORS +.An -nosplit .Nm and this manual page were written by .An Ben Smithurst Aq ben@FreeBSD.org , |