Deleted Added
full compact
mtree.5 (208027) mtree.5 (227489)
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.5 208027 2010-05-13 12:07:55Z uqs $
29.\" $FreeBSD: head/usr.sbin/mtree/mtree.5 227489 2011-11-13 17:06:33Z eadler $
30.\"
31.Dd December 31, 2007
32.Dt MTREE 5
33.Os
34.Sh NAME
35.Nm mtree
36.Nd format of mtree dir hierarchy files
37.Sh DESCRIPTION

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

43An
44.Nm
45file consists of a series of lines, each providing information
46about a single filesystem object.
47Leading whitespace is always ignored.
48.Pp
49When encoding file or pathnames, any backslash character or
50character outside of the 95 printable ASCII characters must be
30.\"
31.Dd December 31, 2007
32.Dt MTREE 5
33.Os
34.Sh NAME
35.Nm mtree
36.Nd format of mtree dir hierarchy files
37.Sh DESCRIPTION

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

43An
44.Nm
45file consists of a series of lines, each providing information
46about a single filesystem object.
47Leading whitespace is always ignored.
48.Pp
49When encoding file or pathnames, any backslash character or
50character outside of the 95 printable ASCII characters must be
51encoded as a a backslash followed by three
51encoded as a backslash followed by three
52octal digits.
53When reading mtree files, any appearance of a backslash
54followed by three octal digits should be converted into the
55corresponding character.
56.Pp
57Each line is interpreted independently as one of the following types:
58.Bl -tag -width Cm
59.It Signature

--- 213 unchanged lines hidden ---
52octal digits.
53When reading mtree files, any appearance of a backslash
54followed by three octal digits should be converted into the
55corresponding character.
56.Pp
57Each line is interpreted independently as one of the following types:
58.Bl -tag -width Cm
59.It Signature

--- 213 unchanged lines hidden ---