Deleted Added
full compact
chown.2 (17906) chown.2 (20097)
1.\" Copyright (c) 1980, 1991, 1993, 1994
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.

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

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)chown.2 8.4 (Berkeley) 4/19/94
1.\" Copyright (c) 1980, 1991, 1993, 1994
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.

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

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)chown.2 8.4 (Berkeley) 4/19/94
33.\" $Id$
33.\" $Id: chown.2,v 1.4 1996/08/29 21:23:59 wosch Exp $
34.\"
35.Dd April 19, 1994
36.Dt CHOWN 2
37.Os BSD 4
38.Sh NAME
39.Nm chown ,
40.Nm fchown
41.Nd change owner and group of a file

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

127An I/O error occurred while reading from or writing to the file system.
128.El
129.Sh SEE ALSO
130.Xr chown 8 ,
131.Xr chgrp 1 ,
132.Xr chmod 2 ,
133.Xr flock 2
134.Sh STANDARDS
34.\"
35.Dd April 19, 1994
36.Dt CHOWN 2
37.Os BSD 4
38.Sh NAME
39.Nm chown ,
40.Nm fchown
41.Nd change owner and group of a file

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

127An I/O error occurred while reading from or writing to the file system.
128.El
129.Sh SEE ALSO
130.Xr chown 8 ,
131.Xr chgrp 1 ,
132.Xr chmod 2 ,
133.Xr flock 2
134.Sh STANDARDS
135.Fn Chown
136is expected to conform to IEEE Std 1003.1-1988
137.Pq Dq Tn POSIX .
135The
136.Fn chown
137function call is expected to conform to
138.St -p1003.1-90 .
138.Sh HISTORY
139A
140.Fn chown
141function call appeared in
142.At v7 .
143The
144.Fn fchown
145function call
146appeared in
147.Bx 4.2 .
148.Pp
149The
150.Fn chown
151and
152.Fn fchown
153functions were changed to follow symbolic links in
154.Bx 4.4 .
139.Sh HISTORY
140A
141.Fn chown
142function call appeared in
143.At v7 .
144The
145.Fn fchown
146function call
147appeared in
148.Bx 4.2 .
149.Pp
150The
151.Fn chown
152and
153.Fn fchown
154functions were changed to follow symbolic links in
155.Bx 4.4 .