Deleted Added
full compact
chflags.2 (74498) chflags.2 (77042)
1.\" Copyright (c) 1989, 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.

--- 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.\" @(#)chflags.2 8.3 (Berkeley) 5/2/95
1.\" Copyright (c) 1989, 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.

--- 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.\" @(#)chflags.2 8.3 (Berkeley) 5/2/95
33.\" $FreeBSD: head/lib/libc/sys/chflags.2 74498 2001-03-19 23:51:09Z dd $
33.\" $FreeBSD: head/lib/libc/sys/chflags.2 77042 2001-05-23 14:58:19Z ru $
34.\"
35.Dd May 2, 1995
36.Dt CHFLAGS 2
37.Os
38.Sh NAME
39.Nm chflags ,
40.Nm fchflags
41.Nd set file flags

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

161.It Bq Er EOPNOTSUPP
162The underlying file system does not support file flags.
163.El
164.Sh SEE ALSO
165.Xr chflags 1 ,
166.Xr fflagstostr 3 ,
167.Xr strtofflags 3 ,
168.Xr init 8 ,
34.\"
35.Dd May 2, 1995
36.Dt CHFLAGS 2
37.Os
38.Sh NAME
39.Nm chflags ,
40.Nm fchflags
41.Nd set file flags

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

161.It Bq Er EOPNOTSUPP
162The underlying file system does not support file flags.
163.El
164.Sh SEE ALSO
165.Xr chflags 1 ,
166.Xr fflagstostr 3 ,
167.Xr strtofflags 3 ,
168.Xr init 8 ,
169.Xr mount_union 8
169.Xr mount_unionfs 8
170.Sh HISTORY
171The
172.Nm chflags
173and
174.Nm fchflags
175functions first appeared in
176.Bx 4.4 .
170.Sh HISTORY
171The
172.Nm chflags
173and
174.Nm fchflags
175functions first appeared in
176.Bx 4.4 .