Deleted Added
full compact
pathconf.2 (233462) pathconf.2 (233648)
1.\" Copyright (c) 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" @(#)pathconf.2 8.1 (Berkeley) 6/4/93
1.\" Copyright (c) 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" @(#)pathconf.2 8.1 (Berkeley) 6/4/93
29.\" $FreeBSD: head/lib/libc/sys/pathconf.2 233462 2012-03-25 12:13:24Z joel $
29.\" $FreeBSD: head/lib/libc/sys/pathconf.2 233648 2012-03-29 05:02:12Z eadler $
30.\"
31.Dd July 7, 2009
32.Dt PATHCONF 2
33.Os
34.Sh NAME
35.Nm pathconf ,
36.Nm lpathconf ,
37.Nm fpathconf

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

168.Xr lseek 2 ,
169.Fn pathconf
170and
171.Fn fpathconf
172return a positive number that represents the minimum hole size returned in
173bytes.
174The offsets of holes returned will be aligned to this same value.
175A special value of 1 is returned if the file system does not specify the minimum
30.\"
31.Dd July 7, 2009
32.Dt PATHCONF 2
33.Os
34.Sh NAME
35.Nm pathconf ,
36.Nm lpathconf ,
37.Nm fpathconf

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

168.Xr lseek 2 ,
169.Fn pathconf
170and
171.Fn fpathconf
172return a positive number that represents the minimum hole size returned in
173bytes.
174The offsets of holes returned will be aligned to this same value.
175A special value of 1 is returned if the file system does not specify the minimum
176hole size but still reports holes.
176hole size but still reports holes.
177.El
178.Sh RETURN VALUES
179If the call to
180.Fn pathconf
181or
182.Fn fpathconf
183is not successful, \-1 is returned and
184.Va errno

--- 77 unchanged lines hidden ---
177.El
178.Sh RETURN VALUES
179If the call to
180.Fn pathconf
181or
182.Fn fpathconf
183is not successful, \-1 is returned and
184.Va errno

--- 77 unchanged lines hidden ---