Deleted Added
full compact
quotacheck.8 (207736) quotacheck.8 (233648)
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 207736 2010-05-07 00:41:12Z mckusick $
32.\" $FreeBSD: head/sbin/quotacheck/quotacheck.8 233648 2012-03-29 05:02:12Z eadler $
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

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

153.Ar check_quotas .
154Note that to enable this functionality in
155.Pa /etc/rc
156you also need to enable startup quota procedures
157with the variable
158.Ar enable_quotas
159in
160.Pa /etc/rc.conf .
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

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

153.Ar check_quotas .
154Note that to enable this functionality in
155.Pa /etc/rc
156you also need to enable startup quota procedures
157with the variable
158.Ar enable_quotas
159in
160.Pa /etc/rc.conf .
161The kernel must also be built with
161The kernel must also be built with
162.Cd "options QUOTA" .
163.Pp
164The
165.Nm
166utility accesses the raw device in calculating the actual
167disk usage for each user.
168Thus, the file systems
169checked should be quiescent while

--- 34 unchanged lines hidden ---
162.Cd "options QUOTA" .
163.Pp
164The
165.Nm
166utility accesses the raw device in calculating the actual
167disk usage for each user.
168Thus, the file systems
169checked should be quiescent while

--- 34 unchanged lines hidden ---