diff options
author | Dima Dorfman <dd@FreeBSD.org> | 2001-07-15 07:53:42 +0000 |
---|---|---|
committer | Dima Dorfman <dd@FreeBSD.org> | 2001-07-15 07:53:42 +0000 |
commit | 7ebcc426efefea9cd16ac6f565e72030c608f7a4 (patch) | |
tree | d6c008b8ae357e7c4c800baa477713b82a6ee2f2 /sbin/fsck | |
parent | d087ad9cc9c9a047e48ac7d97861bd67e56c4085 (diff) | |
download | src-test-7ebcc426efefea9cd16ac6f565e72030c608f7a4.tar.gz src-test-7ebcc426efefea9cd16ac6f565e72030c608f7a4.zip |
Notes
Diffstat (limited to 'sbin/fsck')
-rw-r--r-- | sbin/fsck/fsck.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/fsck/fsck.8 b/sbin/fsck/fsck.8 index 8de9f228696e1..4244ad211cdc1 100644 --- a/sbin/fsck/fsck.8 +++ b/sbin/fsck/fsck.8 @@ -39,14 +39,14 @@ .Op Fl dvplfyn .Op Fl B | F .Op Fl l Ar maxparallel -.Op Fl t Ar fstype -.Op Fl T Ar fstype : Ns Ar fsoptions +.Op Fl t Ar fstype +.Op Fl T Ar fstype : Ns Ar fsoptions .Op Ar special | node ... .Sh DESCRIPTION The .Nm command invokes filesystem-specific programs to check -the special devices listed in the +the special devices listed in the .Xr fstab 5 file or in the command line for consistency. .Pp @@ -129,7 +129,7 @@ Enter preen mode. In preen mode, only a restricted class of innocuous filesystem inconsistencies will be corrected. If unexpected inconsistencies caused by hardware or -software failures are encounted, the check program +software failures are encounted, the check program will exit with a failure. See the manual pages for the individual check programs for a list of the sorts of failures that they correct @@ -178,7 +178,7 @@ Causes .Nm to assume yes as the answer to all operator questions. -.It Fl T Ar fstype : Ns Ar fsoptions +.It Fl T Ar fstype : Ns Ar fsoptions List of comma separated file system specific options for the specified file system type, in the same format as .Xr mount 8 . |