Deleted Added
full compact
quotafile.3 (211397) quotafile.3 (233648)
1.\"-
2.\" Copyright (c) 2009 Dag-Erling Co��dan Sm��rgrav and
3.\" Marshall Kirk McKusick. All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
1.\"-
2.\" Copyright (c) 2009 Dag-Erling Co��dan Sm��rgrav and
3.\" Marshall Kirk McKusick. All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
26.\" $FreeBSD: head/lib/libutil/quotafile.3 211397 2010-08-16 15:18:30Z joel $
26.\" $FreeBSD: head/lib/libutil/quotafile.3 233648 2012-03-29 05:02:12Z eadler $
27.\"
28.Dd December 28, 2009
29.Dt QUOTAFILE 3
30.Os
31.Sh NAME
32.Nm quota_open
33.Nm quota_close
34.Nm quota_on

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

237function may only be called to operate on quota files that
238are not currently active.
239.Sh IMPLEMENTATION NOTES
240If the underlying quota file is in or converted to the old 32-bit format,
241limit and usage values written to the quota file will be clipped to 32 bits.
242.Sh RETURN VALUES
243If the filesystem has quotas associated with it,
244.Fn quota_open
27.\"
28.Dd December 28, 2009
29.Dt QUOTAFILE 3
30.Os
31.Sh NAME
32.Nm quota_open
33.Nm quota_close
34.Nm quota_on

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

237function may only be called to operate on quota files that
238are not currently active.
239.Sh IMPLEMENTATION NOTES
240If the underlying quota file is in or converted to the old 32-bit format,
241limit and usage values written to the quota file will be clipped to 32 bits.
242.Sh RETURN VALUES
243If the filesystem has quotas associated with it,
244.Fn quota_open
245returns a pointer to a
245returns a pointer to a
246.Vt quotafile
247structure used in subsequent quota access calls.
248If the filesystem has no quotas, or access permission is denied
249.Dv NULL
250is returned and
251.Va errno
252is set to indicate the error.
253.Pp

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

280.Nm quotafile
281functions first appeared in
282.Fx 8.1 .
283.Sh AUTHORS
284.An -nosplit
285The
286.Nm quotafile
287functions and this manual page were written by
246.Vt quotafile
247structure used in subsequent quota access calls.
248If the filesystem has no quotas, or access permission is denied
249.Dv NULL
250is returned and
251.Va errno
252is set to indicate the error.
253.Pp

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

280.Nm quotafile
281functions first appeared in
282.Fx 8.1 .
283.Sh AUTHORS
284.An -nosplit
285The
286.Nm quotafile
287functions and this manual page were written by
288.An Dag-Erling Sm\(/orgrav Aq des@FreeBSD.org
288.An Dag-Erling Sm\(/orgrav Aq des@FreeBSD.org
289and
290.An Marshall Kirk McKusick Aq mckusick@mckusick.com .
289and
290.An Marshall Kirk McKusick Aq mckusick@mckusick.com .