summaryrefslogtreecommitdiff
path: root/archivers/libarchive/files/doc/man/libarchive_internals.3
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/libarchive/files/doc/man/libarchive_internals.3')
-rw-r--r--archivers/libarchive/files/doc/man/libarchive_internals.310
1 files changed, 5 insertions, 5 deletions
diff --git a/archivers/libarchive/files/doc/man/libarchive_internals.3 b/archivers/libarchive/files/doc/man/libarchive_internals.3
index 8416d1e315b..b55fb14c3bd 100644
--- a/archivers/libarchive/files/doc/man/libarchive_internals.3
+++ b/archivers/libarchive/files/doc/man/libarchive_internals.3
@@ -1,4 +1,4 @@
-.TH LIBARCHIVE 3 "April 16, 2007" ""
+.TH LIBARCHIVE_INTERNALS 3 "January 26, 2011" ""
.SH NAME
.ad l
\fB\%libarchive_internals\fP
@@ -16,15 +16,15 @@ make it easy to add new archive and compression formats.
Externally, libarchive exposes most operations through an
opaque, object-style interface.
The
-\fBarchive_entry\fP(1)
+\fBarchive_entry\fP(3)
objects store information about a single filesystem object.
The rest of the library provides facilities to write
-\fBarchive_entry\fP(1)
+\fBarchive_entry\fP(3)
objects to archive files,
read them from archive files,
and write them to disk.
(There are plans to add a facility to read
-\fBarchive_entry\fP(1)
+\fBarchive_entry\fP(3)
objects from disk as well.)
.PP
The read and write APIs each have four layers: a public API
@@ -339,11 +339,11 @@ most ZIP archives, though it cannot always extract as much information
as a dedicated ZIP program.
.SH SEE ALSO
.ad l
-\fBarchive\fP(3),
\fBarchive_entry\fP(3),
\fBarchive_read\fP(3),
\fBarchive_write\fP(3),
\fBarchive_write_disk\fP(3)
+\fBlibarchive\fP(3),
.SH HISTORY
.ad l
The