Deleted Added
full compact
mtree.8 (50479) mtree.8 (54375)
1.\" Copyright (c) 1989, 1990, 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.\" From: @(#)mtree.8 8.2 (Berkeley) 12/11/93
1.\" Copyright (c) 1989, 1990, 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.\" From: @(#)mtree.8 8.2 (Berkeley) 12/11/93
33.\" $FreeBSD: head/usr.sbin/mtree/mtree.8 50479 1999-08-28 01:35:59Z peter $
33.\" $FreeBSD: head/usr.sbin/mtree/mtree.8 54375 1999-12-09 20:38:36Z joe $
34.\"
35.Dd February 26, 1999
36.Dt MTREE 8
37.Os
38.Sh NAME
39.Nm mtree
40.Nd map a directory hierarchy
41.Sh SYNOPSIS

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

126.Pp
127Currently supported keywords are as follows:
128.Bl -tag -width Cm
129.It Cm cksum
130The checksum of the file using the default algorithm specified by
131the
132.Xr cksum 1
133utility.
34.\"
35.Dd February 26, 1999
36.Dt MTREE 8
37.Os
38.Sh NAME
39.Nm mtree
40.Nd map a directory hierarchy
41.Sh SYNOPSIS

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

126.Pp
127Currently supported keywords are as follows:
128.Bl -tag -width Cm
129.It Cm cksum
130The checksum of the file using the default algorithm specified by
131the
132.Xr cksum 1
133utility.
134.It Cm flags
135The file flags as a symbolic name. See
136.Xr chflags 1
137for information on these names. If no flags are to be set the string
138.Dq none
139may be used to override the current default.
134.It Cm ignore
135Ignore any file hierarchy below this file.
136.It Cm gid
137The file group as a numeric value.
138.It Cm gname
139The file group as a symbolic name.
140.It Cm md5digest
141The MD5 message digest of the file.

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

183.It Cm link
184symbolic link
185.It Cm socket
186socket
187.El
188.El
189.Pp
190The default set of keywords are
140.It Cm ignore
141Ignore any file hierarchy below this file.
142.It Cm gid
143The file group as a numeric value.
144.It Cm gname
145The file group as a symbolic name.
146.It Cm md5digest
147The MD5 message digest of the file.

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

189.It Cm link
190symbolic link
191.It Cm socket
192socket
193.El
194.El
195.Pp
196The default set of keywords are
197.Cm flags ,
191.Cm gid ,
192.Cm mode ,
193.Cm nlink ,
194.Cm size ,
195.Cm link ,
196.Cm time ,
197and
198.Cm uid .

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

277.Tn FreeBSD
278distribution.
279.Sh FILES
280.Bl -tag -width /etc/mtree -compact
281.It Pa /etc/mtree
282system specification directory
283.El
284.Sh SEE ALSO
198.Cm gid ,
199.Cm mode ,
200.Cm nlink ,
201.Cm size ,
202.Cm link ,
203.Cm time ,
204and
205.Cm uid .

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

284.Tn FreeBSD
285distribution.
286.Sh FILES
287.Bl -tag -width /etc/mtree -compact
288.It Pa /etc/mtree
289system specification directory
290.El
291.Sh SEE ALSO
292.Xr chflags 1 ,
285.Xr chgrp 1 ,
286.Xr chmod 1 ,
287.Xr cksum 1 ,
288.Xr md5 1 ,
289.Xr stat 2 ,
290.Xr fts 3 ,
291.Xr md5 3 ,
292.Xr chown 8

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

304The
305.Tn SHA-1
306and
307.Tn RIPEMD160
308digests were added in
309.Fx 4.0 ,
310as new attacks have demonstrated weaknesses in
311.Tn MD5 .
293.Xr chgrp 1 ,
294.Xr chmod 1 ,
295.Xr cksum 1 ,
296.Xr md5 1 ,
297.Xr stat 2 ,
298.Xr fts 3 ,
299.Xr md5 3 ,
300.Xr chown 8

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

312The
313.Tn SHA-1
314and
315.Tn RIPEMD160
316digests were added in
317.Fx 4.0 ,
318as new attacks have demonstrated weaknesses in
319.Tn MD5 .
320Support for file flags was added in
321.Fx 4.0 ,
322and mostly comes from NetBSD.