summaryrefslogtreecommitdiff
path: root/archivers/libarchive/files/doc/wiki/ManPageArchiveReadDisk3.wiki
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/libarchive/files/doc/wiki/ManPageArchiveReadDisk3.wiki')
-rw-r--r--archivers/libarchive/files/doc/wiki/ManPageArchiveReadDisk3.wiki16
1 files changed, 8 insertions, 8 deletions
diff --git a/archivers/libarchive/files/doc/wiki/ManPageArchiveReadDisk3.wiki b/archivers/libarchive/files/doc/wiki/ManPageArchiveReadDisk3.wiki
index 752181e182d..06288ef960b 100644
--- a/archivers/libarchive/files/doc/wiki/ManPageArchiveReadDisk3.wiki
+++ b/archivers/libarchive/files/doc/wiki/ManPageArchiveReadDisk3.wiki
@@ -173,7 +173,7 @@ object with information about a particular file.
The
'''archive_entry'''
object must have already been created with
-[[ManPagerchiventryew3]]
+[[ManPageArchiveEntryNew3]]
and at least one of the source path or path fields must already be set.
(If both are set, the source path will be used.)
@@ -203,7 +203,7 @@ object.
More information about the
''struct'' archive
object and the overall design of the library can be found in the
-[[ManPageibarchive3]]
+[[ManPageLibarchive3]]
overview.
== EXAMPLE ==
The following illustrates basic usage of the library by
@@ -267,12 +267,12 @@ and
'''archive_error_string'''()
functions.
== SEE ALSO ==
-[[ManPagerchiveead3]],
-[[ManPagerchivetil3]],
-[[ManPagerchiverite3]],
-[[ManPagerchiveriteisk3]],
+[[ManPageArchiveRead3]],
+[[ManPageArchiveUtil3]],
+[[ManPageArchiveWrite3]],
+[[ManPageArchiveWriteDisk3]],
[[ManPageBsdtar1]],
-[[ManPageibarchive3]]
+[[ManPageLibarchive3]]
== HISTORY ==
The
'''libarchive'''
@@ -313,7 +313,7 @@ to look up such information.
This API should provide a set of methods for walking a directory tree.
That would make it a direct parallel of the
-[[ManPagerchiveead3]]
+[[ManPageArchiveRead3]]
API.
When such methods are implemented, the
"hybrid"