Deleted Added
full compact
VOP_SETACL.9 (103566) VOP_SETACL.9 (107788)
1.\"-
2.\" Copyright (c) 1999, 2000, 2001 Robert N. M. Watson
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) 1999, 2000, 2001 Robert N. M. Watson
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/share/man/man9/VOP_SETACL.9 103566 2002-09-18 22:12:43Z truckman $
26.\" $FreeBSD: head/share/man/man9/VOP_SETACL.9 107788 2002-12-12 17:26:04Z ru $
27.\"
28.Dd December 23, 1999
29.Os
30.Dt VOP_SETACL 9
31.Sh NAME
32.Nm VOP_SETACL
33.Nd set the access control list for a vnode
34.Sh SYNOPSIS

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

82.Bl -tag -width Er
83.It Bq Er EINVAL
84The ACL type passed is invalid for this vnode, or the ACL data is invalid.
85.It Bq Er EACCES
86The the caller does not have the appropriate privilege.
87.It Bq Er ENOMEM
88Sufficient memory is not available to fulfill the request.
89.It Bq Er EOPNOTSUPP
27.\"
28.Dd December 23, 1999
29.Os
30.Dt VOP_SETACL 9
31.Sh NAME
32.Nm VOP_SETACL
33.Nd set the access control list for a vnode
34.Sh SYNOPSIS

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

82.Bl -tag -width Er
83.It Bq Er EINVAL
84The ACL type passed is invalid for this vnode, or the ACL data is invalid.
85.It Bq Er EACCES
86The the caller does not have the appropriate privilege.
87.It Bq Er ENOMEM
88Sufficient memory is not available to fulfill the request.
89.It Bq Er EOPNOTSUPP
90The filesystem does not support
90The file system does not support
91.Fn VOP_SETACL .
92.It Bq Er ENOSPC
91.Fn VOP_SETACL .
92.It Bq Er ENOSPC
93The filesystem is out of space.
93The file system is out of space.
94.It Bq Er EROFS
94.It Bq Er EROFS
95The filesystem is read-only.
95The file system is read-only.
96.El
97.Sh SEE ALSO
98.Xr acl 9 ,
99.Xr vnode 9 ,
100.Xr VOP_ACLCHECK 9 ,
101.Xr VOP_GETACL 9
102.Sh AUTHORS
103This man page was written by
104.An Robert Watson .
96.El
97.Sh SEE ALSO
98.Xr acl 9 ,
99.Xr vnode 9 ,
100.Xr VOP_ACLCHECK 9 ,
101.Xr VOP_GETACL 9
102.Sh AUTHORS
103This man page was written by
104.An Robert Watson .