diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-07-11 08:51:18 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-07-11 08:51:18 +0000 |
commit | acc8166aa6fc665b051120f6050aceaac3232765 (patch) | |
tree | e8a0b7cbb51680c1d05ab954f7c510b797ebb9d3 | |
parent | 08ecaa10b26796016ee009d7bb5cb9ece21f4107 (diff) | |
download | src-acc8166aa6fc665b051120f6050aceaac3232765.tar.gz src-acc8166aa6fc665b051120f6050aceaac3232765.zip |
mdoc(7) police: fixed markup and program name.
Notes
Notes:
svn path=/head/; revision=79578
-rw-r--r-- | sbin/fsck_msdosfs/fsck_msdosfs.8 | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/sbin/fsck_msdosfs/fsck_msdosfs.8 b/sbin/fsck_msdosfs/fsck_msdosfs.8 index 9d8f56b99d3c..0c0fb09b1818 100644 --- a/sbin/fsck_msdosfs/fsck_msdosfs.8 +++ b/sbin/fsck_msdosfs/fsck_msdosfs.8 @@ -33,21 +33,20 @@ .\" .\" .Dd August 13, 1995 -.Dt FSCK_MSDOS 8 -.Os NetBSD 1.1a +.Dt FSCK_MSDOSFS 8 +.Os .Sh NAME -.Nm fsck_msdos +.Nm fsck_msdosfs .Nd DOS/Windows (FAT) filesystem consistency checker .Sh SYNOPSIS -.Nm "" +.Nm .Fl p .Op Fl f .Ar filesystem ... -.Nm "" +.Nm .Op Fl fny .Ar filesystem ... .Sh DESCRIPTION -.Pp The .Nm utility verifies and repairs @@ -67,8 +66,8 @@ run from during automatic reboot, when a FAT filesystem is detected. When preening file systems, .Nm -will fix common inconsistencies non-interactively. If -more serious problems are found, +will fix common inconsistencies non-interactively. +If more serious problems are found, .Nm does not try to fix them, indicates that it was not successful, and exits. @@ -80,25 +79,29 @@ detected inconsistencies, requesting confirmation before making any changes. .Pp The options are as follows: -.Bl -hang -offset indent +.Bl -tag -width indent .It Fl f This option is ignored by -.Nm "" , +.Nm , and is present only for compatibility with programs that check other file system types for consistency, such as .Xr fsck_ffs 8 . .It Fl n Causes .Nm -to assume no as the answer to all operator +to assume +.Dq Li no +as the answer to all operator questions, except -.Dq CONTINUE? . +.Dq Li CONTINUE? . .It Fl p Preen the specified filesystems. .It Fl y Causes .Nm -to assume yes as the answer to all operator questions. +to assume +.Dq Li yes +as the answer to all operator questions. .El .Sh SEE ALSO .Xr fsck 8 , |