Deleted Added
full compact
quotacheck.8 (166230) quotacheck.8 (175678)
1.\" Copyright (c) 1983, 1990, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Robert Elz at The University of Melbourne.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 15 unchanged lines hidden (view full) ---

24.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29.\" SUCH DAMAGE.
30.\"
31.\" @(#)quotacheck.8 8.1 (Berkeley) 6/5/93
1.\" Copyright (c) 1983, 1990, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Robert Elz at The University of Melbourne.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 15 unchanged lines hidden (view full) ---

24.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29.\" SUCH DAMAGE.
30.\"
31.\" @(#)quotacheck.8 8.1 (Berkeley) 6/5/93
32.\" $FreeBSD: head/sbin/quotacheck/quotacheck.8 166230 2007-01-25 19:54:03Z mpp $
32.\" $FreeBSD: head/sbin/quotacheck/quotacheck.8 175678 2008-01-26 12:03:26Z mpp $
33.\"
34.Dd January 25, 2007
35.Dt QUOTACHECK 8
36.Os
37.Sh NAME
38.Nm quotacheck
39.Nd file system quota consistency checker
40.Sh SYNOPSIS

--- 34 unchanged lines hidden (view full) ---

75are to be checked.
76.It Fl l Ar maxrun
77Specifies the maximum number of concurrent file systems
78to check in parallel.
79If this option is omitted, or if
80.Ar maxrun
81is zero, parallel passes are run as per
82.Xr fsck 8 .
33.\"
34.Dd January 25, 2007
35.Dt QUOTACHECK 8
36.Os
37.Sh NAME
38.Nm quotacheck
39.Nd file system quota consistency checker
40.Sh SYNOPSIS

--- 34 unchanged lines hidden (view full) ---

75are to be checked.
76.It Fl l Ar maxrun
77Specifies the maximum number of concurrent file systems
78to check in parallel.
79If this option is omitted, or if
80.Ar maxrun
81is zero, parallel passes are run as per
82.Xr fsck 8 .
83This option is deprecated and parallel passes are always run
84as per
85.Xf fsck 8.
83.It Fl u
84Only user quotas listed in
85.Pa /etc/fstab
86are to be checked.
87.It Fl v
88Report discrepancies between the
89calculated and recorded disk quotas and other additional diagnostic messages.
90.El

--- 92 unchanged lines hidden ---
86.It Fl u
87Only user quotas listed in
88.Pa /etc/fstab
89are to be checked.
90.It Fl v
91Report discrepancies between the
92calculated and recorded disk quotas and other additional diagnostic messages.
93.El

--- 92 unchanged lines hidden ---