aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@FreeBSD.org>2006-07-29 23:49:25 +0000
committerTim Kientzle <kientzle@FreeBSD.org>2006-07-29 23:49:25 +0000
commitaa12ea14a889a6ed3324f8df34731f2fc04122b3 (patch)
tree07e278e5ed98e1b87e6cf60fb4ca0560beb6fafd /lib
parent35fc1829d84c1f66bf920b0c660b246dfb144513 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libarchive/libarchive-formats.510
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/libarchive/libarchive-formats.5 b/lib/libarchive/libarchive-formats.5
index 8dc2d2abc524..7ed18daed385 100644
--- a/lib/libarchive/libarchive-formats.5
+++ b/lib/libarchive/libarchive-formats.5
@@ -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 ,