diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-01-03 16:22:11 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-01-03 16:22:11 +0000 |
commit | 2e74984ca28a992c200c59c1827b88f3cb15f805 (patch) | |
tree | a36304772696e3e976e52ed89e753142faab8f20 /sbin/quotacheck/quotacheck.8 | |
parent | 15a82d880243b13bcc9afc43c52d3118d128dc70 (diff) |
make it work again, 'twas broken for a long time 'coze of ../fsck/preen.c
changes, that is yantc situation.
as a side effect it's parallelized too.
Diffstat (limited to 'sbin/quotacheck/quotacheck.8')
-rw-r--r-- | sbin/quotacheck/quotacheck.8 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/sbin/quotacheck/quotacheck.8 b/sbin/quotacheck/quotacheck.8 index 3ca92029f48..903264d7fb9 100644 --- a/sbin/quotacheck/quotacheck.8 +++ b/sbin/quotacheck/quotacheck.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: quotacheck.8,v 1.2 1996/06/23 14:32:04 deraadt Exp $ +.\" $OpenBSD: quotacheck.8,v 1.3 1997/01/03 16:22:10 mickey Exp $ .\" $NetBSD: quotacheck.8,v 1.4 1995/03/18 14:59:20 cgd Exp $ .\" .\" Copyright (c) 1983, 1990, 1991, 1993 @@ -45,12 +45,15 @@ .Nd filesystem quota consistency checker .Sh SYNOPSIS .Nm quotacheck +.Op Fl d .Op Fl g .Op Fl u .Op Fl v .Ar filesystem Ar ... .Nm quotacheck +.Op Fl d .Op Fl g +.Op Fl l Ar maxparallel .Op Fl u .Op Fl v .Fl a @@ -79,10 +82,17 @@ to be read-write with disk quotas. By default only the types of quotas listed in .Pa /etc/fstab are checked. +.It Fl d +Enable debugging mode, no actual data will be written on disk(s). .It Fl g Only group quotas listed in .Pa /etc/fstab are to be checked. +.It Fl l Ar maxparallel +Limit the number of parallel checks to the number +.Ar maxparallel +specified in the argument (see +.Xr fsck 8 ). .It Fl u Only user quotas listed in .Pa /etc/fstab |