From f3855854eee8165cfd604ba873b581a55f017519 Mon Sep 17 00:00:00 2001 From: kientzle Date: Sun, 20 May 2007 18:23:39 +0000 Subject: Mention the formats supported by bsdtar; include an example that shows how to work with an ISO 9660 image. --- usr.bin/tar/bsdtar.1 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/usr.bin/tar/bsdtar.1 b/usr.bin/tar/bsdtar.1 index 02a12b2..651df62 100644 --- a/usr.bin/tar/bsdtar.1 +++ b/usr.bin/tar/bsdtar.1 @@ -50,6 +50,9 @@ .Sh DESCRIPTION .Nm creates and manipulates streaming archive files. +This implementation can extract from tar, pax, cpio, zip, jar, ar, +and ISO 9660 cdrom images and can create tar, pax, cpio, ar, +and shar archives. .Pp The first synopsis form shows a .Dq bundled @@ -460,6 +463,9 @@ To extract all entries from the archive on the default tape drive: .Dl Nm Fl x .Pp +To examine the contents of an ISO 9660 cdrom image: +.Dl Nm Fl tf Pa image.iso +.Pp To move file hierarchies, invoke .Nm as -- cgit v1.1