aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@FreeBSD.org>2004-08-04 06:19:31 +0000
committerTim Kientzle <kientzle@FreeBSD.org>2004-08-04 06:19:31 +0000
commit16918868d30be60baa02b780233236c069c2401d (patch)
treea9421c7f1bca1fd91a01c2eb2e857a4c5bb40a91 /lib/libarchive
parent711cc43515c47584a0d20336cdc071f974fdfdf6 (diff)
downloadsrc-16918868d30be60baa02b780233236c069c2401d.tar.gz
src-16918868d30be60baa02b780233236c069c2401d.zip
Correct the names and descriptions of the man pages.
Notes
Notes: svn path=/head/; revision=133107
Diffstat (limited to 'lib/libarchive')
-rw-r--r--lib/libarchive/README4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libarchive/README b/lib/libarchive/README
index ecc7aff7fb3a..105cef597a98 100644
--- a/lib/libarchive/README
+++ b/lib/libarchive/README
@@ -9,7 +9,9 @@ Documentation:
* archive_read.3 and archive_write.3 provide detailed calling
sequences for the read and write APIs
* archive_entry.3 details the "struct archive_entry" utility class
- * tar.5 documents the "tar" file formats supported by the library
+ * libarchive-formats.5 documents the file formats supported by the library
+ * tar.5 provides some detailed information about a variety of different
+ "tar" formats.
You should also read the copious comments in "archive.h" and the source
code for the sample "bsdtar" program for more details. Please let me know