Remove mention of 'tp' format, since that support has been

removed.  (It was introduced experimentally and I have simply
never had time to finish it.)
This commit is contained in:
Tim Kientzle 2006-07-29 23:49:25 +00:00
parent 35fc1829d8
commit aa12ea14a8

View File

@ -235,16 +235,6 @@ compressed with the
.Dq deflate
algorithm.
Older zip compression algorithms are not supported.
.Ss Tp Formats
The libarchive library has experimental support for tp format,
which was used in Fourth Edition through Sixth Edition Unix.
(It was supplanted by tar in Seventh Edition Unix.)
There were several distinct variants of this format; libarchive
supports the original tp format and the itp variant.
Currently, tp format support is not enabled by
.Fn archive_read_support_format_all ,
it must be explicitly enabled by calling
.Fn archive_read_support_format_tp .
.Sh SEE ALSO
.Xr cpio 1 ,
.Xr mkisofs 1 ,