summaryrefslogtreecommitdiffstats
path: root/libarchive/archive_read.3
diff options
context:
space:
mode:
authorLibArchive Upstream <libarchive-discuss@googlegroups.com>2020-02-11 21:49:11 (GMT)
committerBrad King <brad.king@kitware.com>2020-02-13 17:57:28 (GMT)
commit8cce62295a5ddca3e0d1fd7cff0229054972dfe3 (patch)
tree1114d426e2e581164d202a456b31aacc6c94dfb1 /libarchive/archive_read.3
parent2aaed7a05053c3bcbebbff5ae1beb51e590b3ad1 (diff)
downloadCMake-8cce62295a5ddca3e0d1fd7cff0229054972dfe3.zip
CMake-8cce62295a5ddca3e0d1fd7cff0229054972dfe3.tar.gz
CMake-8cce62295a5ddca3e0d1fd7cff0229054972dfe3.tar.bz2
LibArchive 2020-02-11 (3288ebb0)
Code extracted from: https://github.com/libarchive/libarchive.git at commit 3288ebb0353beb51dfb09d444dedbe9235ead53d (v3.4.2).
Diffstat (limited to 'libarchive/archive_read.3')
-rw-r--r--libarchive/archive_read.36
1 files changed, 3 insertions, 3 deletions
diff --git a/libarchive/archive_read.3 b/libarchive/archive_read.3
index d37e732..cbedd0a 100644
--- a/libarchive/archive_read.3
+++ b/libarchive/archive_read.3
@@ -155,7 +155,7 @@ to close the archive, then call
.Fn archive_read_free
to release all resources, including all memory allocated by the library.
.\"
-.Sh EXAMPLE
+.Sh EXAMPLES
The following illustrates basic usage of the library.
In this example,
the callback functions are simply wrappers around the standard
@@ -217,16 +217,16 @@ myclose(struct archive *a, void *client_data)
.\" .Sh ERRORS
.Sh SEE ALSO
.Xr tar 1 ,
-.Xr libarchive 3 ,
-.Xr archive_read_new 3 ,
.Xr archive_read_data 3 ,
.Xr archive_read_extract 3 ,
.Xr archive_read_filter 3 ,
.Xr archive_read_format 3 ,
.Xr archive_read_header 3 ,
+.Xr archive_read_new 3 ,
.Xr archive_read_open 3 ,
.Xr archive_read_set_options 3 ,
.Xr archive_util 3 ,
+.Xr libarchive 3 ,
.Xr tar 5
.Sh HISTORY
The