Deleted Added
full compact
quotactl.2 (207736) quotactl.2 (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.\" @(#)quotactl.2 8.2 (Berkeley) 3/10/95
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.\" @(#)quotactl.2 8.2 (Berkeley) 3/10/95
32.\" $FreeBSD: head/lib/libc/sys/quotactl.2 207736 2010-05-07 00:41:12Z mckusick $
32.\" $FreeBSD: head/lib/libc/sys/quotactl.2 233648 2012-03-29 05:02:12Z eadler $
33.\"
34.Dd March 5, 1999
35.Dt QUOTACTL 2
36.Os
37.Sh NAME
38.Nm quotactl
39.Nd manipulate file system quotas
40.Sh LIBRARY

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

108.Fa addr
109and
110.Fa id
111arguments are unused.
112Only the super-user may turn quotas off.
113.It Dv Q_GETQUOTASIZE
114Get the wordsize used to represent the quotas for the user or group
115(as determined by the command type).
33.\"
34.Dd March 5, 1999
35.Dt QUOTACTL 2
36.Os
37.Sh NAME
38.Nm quotactl
39.Nd manipulate file system quotas
40.Sh LIBRARY

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

108.Fa addr
109and
110.Fa id
111arguments are unused.
112Only the super-user may turn quotas off.
113.It Dv Q_GETQUOTASIZE
114Get the wordsize used to represent the quotas for the user or group
115(as determined by the command type).
116Possible values are 32 for the old-style quota file
116Possible values are 32 for the old-style quota file
117and 64 for the new-style quota file.
118The
119.Fa addr
120argument is a pointer to an integer into which the size is stored.
121The identifier
122.Fa id
123is not used.
124.It Dv Q_GETQUOTA

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

194and
195.Dv Q_SETUSE ,
196quotas are not currently enabled for this file system.
197.Pp
198The
199.Fa id
200argument to
201.Dv Q_GETQUOTA ,
117and 64 for the new-style quota file.
118The
119.Fa addr
120argument is a pointer to an integer into which the size is stored.
121The identifier
122.Fa id
123is not used.
124.It Dv Q_GETQUOTA

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

194and
195.Dv Q_SETUSE ,
196quotas are not currently enabled for this file system.
197.Pp
198The
199.Fa id
200argument to
201.Dv Q_GETQUOTA ,
202.Dv Q_SETQUOTA
202.Dv Q_SETQUOTA
203or
204.Dv Q_SETUSE
205is a negative value.
206.It Bq Er EACCES
207In
208.Dv Q_QUOTAON ,
209the quota file is not a plain file.
210.It Bq Er EACCES

--- 51 unchanged lines hidden ---
203or
204.Dv Q_SETUSE
205is a negative value.
206.It Bq Er EACCES
207In
208.Dv Q_QUOTAON ,
209the quota file is not a plain file.
210.It Bq Er EACCES

--- 51 unchanged lines hidden ---