summaryrefslogtreecommitdiff
path: root/libarchive/mtree.5
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@acm.org>2015-02-22 11:46:17 -0800
committerTim Kientzle <kientzle@acm.org>2015-02-22 11:46:17 -0800
commitfc04ba0941fed6b55fa5b90858e1104c8c937d72 (patch)
treed8d28d78f00458c2fd84162e8122460578844e43 /libarchive/mtree.5
parent1e18cbb71515a22b2a6f1eb4aaadea461929b834 (diff)
downloadlibarchive-fc04ba0941fed6b55fa5b90858e1104c8c937d72.tar.gz
Remove mentions of a required signature. This was added
by libarchive but never caught on with other mtree implementations.
Diffstat (limited to 'libarchive/mtree.5')
-rw-r--r--libarchive/mtree.518
1 files changed, 0 insertions, 18 deletions
diff --git a/libarchive/mtree.5 b/libarchive/mtree.5
index 8c45a7de..16c8abec 100644
--- a/libarchive/mtree.5
+++ b/libarchive/mtree.5
@@ -56,14 +56,6 @@ corresponding character.
.Pp
Each line is interpreted independently as one of the following types:
.Bl -tag -width Cm
-.It Signature
-The first line of any mtree file must begin with
-.Dq #mtree .
-If a file contains any full path entries, the first line should
-begin with
-.Dq #mtree v2.0 ,
-otherwise, the first line should begin with
-.Dq #mtree v1.0 .
.It Blank
Blank lines are ignored.
.It Comment
@@ -302,16 +294,6 @@ The file owner as a symbolic name.
.Xr find 1 ,
.Xr mtree 8
.Sh BUGS
-The
-.Fx
-implementation of mtree does not currently support
-the
-.Nm
-2.0
-format.
-The requirement for a
-.Dq #mtree
-signature line is new and not yet widely implemented.
.Sh HISTORY
The
.Nm