Deleted Added
full compact
extattr_get_file.2 (108028) extattr_get_file.2 (108087)
1.\"
2.\" Copyright (c) 2001 Dima Dorfman <dima@unixfreak.org>
3.\" 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) 2001 Dima Dorfman <dima@unixfreak.org>
3.\" 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/libc/sys/extattr_get_file.2 108028 2002-12-18 09:22:32Z ru $
26.\" $FreeBSD: head/lib/libc/sys/extattr_get_file.2 108087 2002-12-19 09:40:28Z ru $
27.\"
28.Dd March 28, 2001
29.Dt EXTATTR 2
30.Os
31.Sh NAME
32.Nm extattr_get_fd ,
33.Nm extattr_set_fd ,
34.Nm extattr_delete_fd ,

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

173.Pp
174.Rv -std extattr_delete_file
175.Sh ERRORS
176The following errors may be returned by the system calls themselves.
177Additionally, the file system implementing the call may return any
178other errors it desires.
179.Bl -tag -width Er
180.It Bq Er EFAULT
27.\"
28.Dd March 28, 2001
29.Dt EXTATTR 2
30.Os
31.Sh NAME
32.Nm extattr_get_fd ,
33.Nm extattr_set_fd ,
34.Nm extattr_delete_fd ,

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

173.Pp
174.Rv -std extattr_delete_file
175.Sh ERRORS
176The following errors may be returned by the system calls themselves.
177Additionally, the file system implementing the call may return any
178other errors it desires.
179.Bl -tag -width Er
180.It Bq Er EFAULT
181.Fa attrnamespace ,
182.Fa attrname ,
181The
182.Fa attrnamespace
183and
184.Fa attrname
185arguments,
183or the memory range defined by
184.Fa data
185and
186.Fa nbytes
186or the memory range defined by
187.Fa data
188and
189.Fa nbytes
187points outside the process's allocated address space.
190point outside the process's allocated address space.
188.It Bq Er ENAMETOOLONG
189The attribute name was longer than
190.Dv EXTATTR_MAXNAMELEN .
191.El
192.Pp
193The
194.Fn extattr_get_fd ,
195.Fn extattr_set_fd ,

--- 42 unchanged lines hidden ---
191.It Bq Er ENAMETOOLONG
192The attribute name was longer than
193.Dv EXTATTR_MAXNAMELEN .
194.El
195.Pp
196The
197.Fn extattr_get_fd ,
198.Fn extattr_set_fd ,

--- 42 unchanged lines hidden ---