Collapse single letter options. Sort option descriptions.
This commit is contained in:
parent
d8ca651179
commit
64b5cffc26
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: quotacheck.8,v 1.14 2004/01/05 00:17:07 christos Exp $
|
||||
.\" $NetBSD: quotacheck.8,v 1.15 2004/01/05 17:27:17 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1990, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -40,16 +40,10 @@
|
|||
.Nd filesystem quota consistency checker
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl g
|
||||
.Op Fl u
|
||||
.Op Fl q
|
||||
.Op Fl v
|
||||
.Op Fl gquv
|
||||
.Ar filesystem Ar ...
|
||||
.Nm
|
||||
.Op Fl g
|
||||
.Op Fl u
|
||||
.Op Fl q
|
||||
.Op Fl v
|
||||
.Op Fl gquv
|
||||
.Fl a
|
||||
.Sh DESCRIPTION
|
||||
.Nm
|
||||
|
@ -80,10 +74,8 @@ are checked.
|
|||
Only group quotas listed in
|
||||
.Pa /etc/fstab
|
||||
are to be checked.
|
||||
.It Fl u
|
||||
Only user quotas listed in
|
||||
.Pa /etc/fstab
|
||||
are to be checked.
|
||||
See also
|
||||
.Fl u .
|
||||
.It Fl q
|
||||
.Nm
|
||||
runs more quickly,
|
||||
|
@ -92,6 +84,12 @@ but fails to correct quotas for users [groups]
|
|||
not in the system user [group] database,
|
||||
and owning no files on the filesystem,
|
||||
if the quota file incorrectly believes that they do.
|
||||
.It Fl u
|
||||
Only user quotas listed in
|
||||
.Pa /etc/fstab
|
||||
are to be checked.
|
||||
See also
|
||||
.Fl g .
|
||||
.It Fl v
|
||||
.Nm
|
||||
is more verbose,
|
||||
|
|
Loading…
Reference in New Issue