Sort options.
This commit is contained in:
parent
5e83f0d7e8
commit
9817d5f00a
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: fsck.8,v 1.30 2005/01/13 15:22:35 christos Exp $
|
||||
.\" $NetBSD: fsck.8,v 1.31 2005/01/19 16:13:57 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1996 Christos Zoulas. All rights reserved.
|
||||
.\"
|
||||
@ -35,10 +35,10 @@
|
||||
.Nd file system consistency check and interactive repair
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl dfnpPqvy
|
||||
.Op Fl dfnPpqvy
|
||||
.Op Fl l Ar maxparallel
|
||||
.Op Fl t Ar fstype
|
||||
.Op Fl T Ar fstype:fsoptions
|
||||
.Op Fl t Ar fstype
|
||||
.Op special | node ...
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
@ -87,6 +87,10 @@ one file system at a time.
|
||||
Causes
|
||||
.Nm
|
||||
to assume no as the answer to all operator questions, except "CONTINUE?".
|
||||
.It Fl P
|
||||
Display a progress meter for each file system check.
|
||||
This option also disables parallel checking.
|
||||
Note that progress meters are not supported by all file system types.
|
||||
.It Fl p
|
||||
Enter preen mode.
|
||||
In preen mode,
|
||||
@ -101,12 +105,12 @@ to exit with a non-zero
|
||||
.Xr exit 3
|
||||
code, so as to alert any invoking program or script that human
|
||||
intervention is required.
|
||||
.It Fl P
|
||||
Display a progress meter for each file system check.
|
||||
This option also disables parallel checking.
|
||||
Note that progress meters are not supported by all file system types.
|
||||
.It Fl q
|
||||
Quiet mode, do not output any messages for clean filesystems.
|
||||
.It Fl T Ar fstype:fsoptions
|
||||
List of comma separated file system specific options for the specified
|
||||
file system type, in the same format as
|
||||
.Xr mount 8 .
|
||||
.It Fl t Ar fstype
|
||||
Invoke
|
||||
.Nm
|
||||
@ -123,10 +127,6 @@ Causes
|
||||
.Nm
|
||||
to assume yes
|
||||
as the answer to all operator questions.
|
||||
.It Fl T Ar fstype:fsoptions
|
||||
List of comma separated file system specific options for the specified
|
||||
file system type, in the same format as
|
||||
.Xr mount 8 .
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width /etc/fstab -compact
|
||||
|
Loading…
Reference in New Issue
Block a user