diff options
Diffstat (limited to 'libarchive/libarchive_internals.3')
-rw-r--r-- | libarchive/libarchive_internals.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libarchive/libarchive_internals.3 b/libarchive/libarchive_internals.3 index 50ddef3..776f4c3 100644 --- a/libarchive/libarchive_internals.3 +++ b/libarchive/libarchive_internals.3 @@ -41,15 +41,15 @@ make it easy to add new archive and compression formats. Externally, libarchive exposes most operations through an opaque, object-style interface. The -.Xr archive_entry 1 +.Xr archive_entry 3 objects store information about a single filesystem object. The rest of the library provides facilities to write -.Xr archive_entry 1 +.Xr archive_entry 3 objects to archive files, read them from archive files, and write them to disk. (There are plans to add a facility to read -.Xr archive_entry 1 +.Xr archive_entry 3 objects from disk as well.) .Pp The read and write APIs each have four layers: a public API |