summaryrefslogtreecommitdiff
path: root/archivers/libarchive/files/doc/text/archive_read_format.3.txt
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/libarchive/files/doc/text/archive_read_format.3.txt')
-rw-r--r--archivers/libarchive/files/doc/text/archive_read_format.3.txt24
1 files changed, 12 insertions, 12 deletions
diff --git a/archivers/libarchive/files/doc/text/archive_read_format.3.txt b/archivers/libarchive/files/doc/text/archive_read_format.3.txt
index 38f1d8adfa2..6e8cbf170d9 100644
--- a/archivers/libarchive/files/doc/text/archive_read_format.3.txt
+++ b/archivers/libarchive/files/doc/text/archive_read_format.3.txt
@@ -85,21 +85,21 @@ DESCRIPTION
archive_read_support_format_by_code()
Enables a single format specified by the format code. This can
be useful when reading a single archive twice; use
- archive_format() after reading the first time and pass the
- resulting code to this function to selectively enable only the
- necessary format support. Note: In statically-linked executa‐
- bles, this will cause your program to include support for every
- format. If executable size is a concern, you may wish to avoid
- using this function.
+ archive_format() after reading the first time and pass the re‐
+ sulting code to this function to selectively enable only the nec‐
+ essary format support. Note: In statically-linked executables,
+ this will cause your program to include support for every format.
+ If executable size is a concern, you may wish to avoid using this
+ function.
archive_read_support_format_empty()
- Enables support for treating empty files as empty archives.
- Because empty files are valid for several different formats, it
- is not possible to accurately determine a format for an empty
- file based purely on contents. So empty files are treated by
+ Enables support for treating empty files as empty archives. Be‐
+ cause empty files are valid for several different formats, it is
+ not possible to accurately determine a format for an empty file
+ based purely on contents. So empty files are treated by
libarchive as a distinct format.
archive_read_support_format_raw()
- The “raw” format handler allows libarchive to be used to read
- arbitrary data. It treats any data stream as an archive with a
+ The “raw” format handler allows libarchive to be used to read ar‐
+ bitrary data. It treats any data stream as an archive with a
single entry. The pathname of this entry is “data”; all other
entry fields are unset. This is not enabled by
archive_read_support_format_all() in order to avoid erroneous