]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Remove mentions of a required signature. This was added
authorTim Kientzle <kientzle@acm.org>
Sun, 22 Feb 2015 19:46:17 +0000 (11:46 -0800)
committerTim Kientzle <kientzle@acm.org>
Sun, 22 Feb 2015 19:46:17 +0000 (11:46 -0800)
by libarchive but never caught on with other mtree implementations.

libarchive/mtree.5

index 8c45a7ded03e2c504613ddfaf4ecf923f4a1e6fe..16c8abec4cd7277d37af5069457d38d080935308 100644 (file)
@@ -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