summaryrefslogtreecommitdiff
path: root/archivers/libarchive/files/doc/text/archive_read.3.txt
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/libarchive/files/doc/text/archive_read.3.txt')
-rw-r--r--archivers/libarchive/files/doc/text/archive_read.3.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/libarchive/files/doc/text/archive_read.3.txt b/archivers/libarchive/files/doc/text/archive_read.3.txt
index 3421d88041e..b38142e45c9 100644
--- a/archivers/libarchive/files/doc/text/archive_read.3.txt
+++ b/archivers/libarchive/files/doc/text/archive_read.3.txt
@@ -11,9 +11,9 @@ SYNOPSIS
DESCRIPTION
These functions provide a complete API for reading streaming archives.
- The general process is to first create the struct archive object, set
- options, initialize the reader, iterate over the archive headers and
- associated data, then close the archive and release all resources.
+ The general process is to first create the struct archive object, set op‐
+ tions, initialize the reader, iterate over the archive headers and asso‐
+ ciated data, then close the archive and release all resources.
Create archive object
See archive_read_new(3).