aboutsummaryrefslogtreecommitdiff
path: root/sbin/quotacheck/quotacheck.8
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>1998-07-15 06:48:52 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>1998-07-15 06:48:52 +0000
commit25f014db91f87198acd427a781c798325a8e532a (patch)
treedf818858da6da52cee16011b6a02e7c0fea0393d /sbin/quotacheck/quotacheck.8
parente345a80d5da6d1c6a2a1e010c0d9479bebf16074 (diff)
downloadsrc-25f014db91f87198acd427a781c798325a8e532a.tar.gz
src-25f014db91f87198acd427a781c798325a8e532a.zip
Correct use of .Nm. Add rcsid. Remove unused #includes. Use warn().
Errx(1, "malloc failed") is better than err(1, NULL).
Notes
Notes: svn path=/head/; revision=37672
Diffstat (limited to 'sbin/quotacheck/quotacheck.8')
-rw-r--r--sbin/quotacheck/quotacheck.824
1 files changed, 12 insertions, 12 deletions
diff --git a/sbin/quotacheck/quotacheck.8 b/sbin/quotacheck/quotacheck.8
index b9bbdad2eafe..080f8851ad28 100644
--- a/sbin/quotacheck/quotacheck.8
+++ b/sbin/quotacheck/quotacheck.8
@@ -33,6 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)quotacheck.8 8.1 (Berkeley) 6/5/93
+.\" $Id$
.\"
.Dd June 5, 1993
.Dt QUOTACHECK 8
@@ -45,7 +46,8 @@
.Op Fl g
.Op Fl u
.Op Fl v
-.Ar filesystem Ar ...
+.Ar filesystem
+.Ar
.Nm quotacheck
.Op Fl g
.Op Fl u
@@ -63,13 +65,11 @@ incorrect quotas are updated (the latter only
occurs if an active filesystem is checked).
By default both user and group quotas are checked.
.Pp
-Available options:
-.Bl -tag -width Ds
+The following options are available:
+.Bl -tag -width indent
.It Fl a
-If the
-.Fl a
-flag is supplied in place of any filesystem names,
-.Nm quotacheck
+If supplied in place of any filesystem names,
+.Nm
will check all the filesystems indicated in
.Pa /etc/fstab
to be read-write with disk quotas.
@@ -85,7 +85,7 @@ Only user quotas listed in
.Pa /etc/fstab
are to be checked.
.It Fl v
-.Nm quotacheck
+.Nm Quotacheck
reports discrepancies between the
calculated and recorded disk quotas and other additional diagnostic messages.
.El
@@ -101,8 +101,8 @@ using the pass numbers in
in an identical fashion to
.Xr fsck 8 .
.Pp
-Normally
-.Nm quotacheck
+Normally,
+.Nm
operates silently.
.Pp
.Nm Quotacheck
@@ -115,7 +115,7 @@ which are located at the root of the associated file system.
These defaults may be overridden in
.Pa /etc/fstab .
If a file is not present,
-.Nm quotacheck
+.Nm
will create it.
.Pp
.Nm Quotacheck
@@ -131,7 +131,7 @@ accesses the raw device in calculating the actual
disk usage for each user.
Thus, the filesystems
checked should be quiescent while
-.Nm quotacheck
+.Nm
is running.
.Sh FILES
.Bl -tag -width quota.group -compact