Deleted Added
full compact
mtree.8 (170822) mtree.8 (187940)
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.

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

21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" 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.

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

21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" From: @(#)mtree.8 8.2 (Berkeley) 12/11/93
29.\" $FreeBSD: head/usr.sbin/mtree/mtree.8 170822 2007-06-16 08:26:00Z maxim $
29.\" $FreeBSD: head/usr.sbin/mtree/mtree.8 187940 2009-01-31 05:17:28Z kientzle $
30.\"
31.Dd June 16, 2007
32.Dt MTREE 8
33.Os
34.Sh NAME
35.Nm mtree
36.Nd map a directory hierarchy
37.Sh SYNOPSIS

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

228The file owner as a numeric value.
229.It Cm uname
230The file owner as a symbolic name.
231.It Cm size
232The size, in bytes, of the file.
233.It Cm link
234The file the symbolic link is expected to reference.
235.It Cm time
30.\"
31.Dd June 16, 2007
32.Dt MTREE 8
33.Os
34.Sh NAME
35.Nm mtree
36.Nd map a directory hierarchy
37.Sh SYNOPSIS

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

228The file owner as a numeric value.
229.It Cm uname
230The file owner as a symbolic name.
231.It Cm size
232The size, in bytes, of the file.
233.It Cm link
234The file the symbolic link is expected to reference.
235.It Cm time
236The last modification time of the file.
236The last modification time of the file, in seconds and nanoseconds.
237The value should include a period character and exactly nine digits
238after the period.
237.It Cm type
238The type of the file; may be set to any one of the following:
239.Pp
240.Bl -tag -width Cm -compact
241.It Cm block
242block special device
243.It Cm char
244character special device

--- 158 unchanged lines hidden ---
239.It Cm type
240The type of the file; may be set to any one of the following:
241.Pp
242.Bl -tag -width Cm -compact
243.It Cm block
244block special device
245.It Cm char
246character special device

--- 158 unchanged lines hidden ---