summaryrefslogtreecommitdiff
path: root/archivers/libarchive/files/doc/wiki/ManPageArchiveUtil3.wiki
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/libarchive/files/doc/wiki/ManPageArchiveUtil3.wiki')
-rw-r--r--archivers/libarchive/files/doc/wiki/ManPageArchiveUtil3.wiki12
1 files changed, 6 insertions, 6 deletions
diff --git a/archivers/libarchive/files/doc/wiki/ManPageArchiveUtil3.wiki b/archivers/libarchive/files/doc/wiki/ManPageArchiveUtil3.wiki
index 48341524eac..2f07b658add 100644
--- a/archivers/libarchive/files/doc/wiki/ManPageArchiveUtil3.wiki
+++ b/archivers/libarchive/files/doc/wiki/ManPageArchiveUtil3.wiki
@@ -79,7 +79,7 @@ Streaming Archive Library (libarchive, -larchive)
These functions provide access to various information about the
'''struct archive'''
object used in the
-[[ManPageibarchive3]]
+[[ManPageLibarchive3]]
library.
<dl>
<dt>'''archive_clear_error'''()</dt><dd>
@@ -111,9 +111,9 @@ to
</dd><dt>'''archive_file_count'''()</dt><dd>
Returns a count of the number of files processed by this archive object.
The count is incremented by calls to
-[[ManPagerchiveriteeader3]]
+[[ManPageArchiveWriteHeader3]]
or
-[[ManPagerchiveeadexteader3]].
+[[ManPageArchiveReadNextHeader3]].
</dd><dt>'''archive_filter_code'''()</dt><dd>
Returns a numeric code identifying the indicated filter.
See
@@ -202,9 +202,9 @@ Field-width specifiers and other printf features are
not uniformly supported and should not be used.
</dd></dl>
== SEE ALSO ==
-[[ManPagerchiveead3]],
-[[ManPagerchiverite3]],
-[[ManPageibarchive3]],
+[[ManPageArchiveRead3]],
+[[ManPageArchiveWrite3]],
+[[ManPageLibarchive3]],
[[printf(3)|http://www.freebsd.org/cgi/man.cgi?query=printf&sektion=3]]
== HISTORY ==
The