summaryrefslogtreecommitdiff
path: root/archivers/libarchive/files/doc/html/archive_read_format.3.html
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/libarchive/files/doc/html/archive_read_format.3.html')
-rw-r--r--archivers/libarchive/files/doc/html/archive_read_format.3.html24
1 files changed, 11 insertions, 13 deletions
diff --git a/archivers/libarchive/files/doc/html/archive_read_format.3.html b/archivers/libarchive/files/doc/html/archive_read_format.3.html
index 81eba00dc9a..e3dd4c5ba0e 100644
--- a/archivers/libarchive/files/doc/html/archive_read_format.3.html
+++ b/archivers/libarchive/files/doc/html/archive_read_format.3.html
@@ -1,5 +1,5 @@
-<!-- Creator : groff version 1.22.3 -->
-<!-- CreationDate: Mon Sep 3 22:55:08 2018 -->
+<!-- Creator : groff version 1.22.4 -->
+<!-- CreationDate: Wed Jun 12 21:10:16 2019 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
@@ -153,8 +153,8 @@ variants.</p>
<p><b>archive_read_support_format_all</b>()</p>
<p style="margin-left:17%;">Enables support for all
-available formats except the &rsquo;&rsquo;raw&rsquo;&rsquo;
-format (see below).</p>
+available formats except the &ldquo;raw&rdquo; format (see
+below).</p>
<p><b>archive_read_support_format_by_code</b>()</p>
@@ -179,11 +179,10 @@ distinct format.</p>
<p><b>archive_read_support_format_raw</b>()</p>
-<p style="margin-left:17%;">The
-&rsquo;&rsquo;raw&rsquo;&rsquo; format handler allows
-libarchive to be used to read arbitrary data. It treats any
-data stream as an archive with a single entry. The pathname
-of this entry is &rsquo;&rsquo;data&rsquo;&rsquo;; all other
+<p style="margin-left:17%;">The &ldquo;raw&rdquo; format
+handler allows libarchive to be used to read arbitrary data.
+It treats any data stream as an archive with a single entry.
+The pathname of this entry is &ldquo;data&rdquo;; all other
entry fields are unset. This is not enabled by
<b>archive_read_support_format_all</b>() in order to avoid
erroneous handling of damaged archives.</p>
@@ -213,12 +212,11 @@ example, many implementations of tar(1) allow you to append
entries to an empty file. Of course, it is impossible to
determine the format of an empty file by inspecting the
contents, so this library treats empty files as having a
-special &rsquo;&rsquo;empty&rsquo;&rsquo; format.</p>
+special &ldquo;empty&rdquo; format.</p>
<p style="margin-left:6%; margin-top: 1em">Using the
-&rsquo;&rsquo;raw&rsquo;&rsquo; handler together with any
-other handler will often work but can produce surprising
-results.</p>
+&ldquo;raw&rdquo; handler together with any other handler
+will often work but can produce surprising results.</p>
<p style="margin-left:6%; margin-top: 1em">BSD
February&nbsp;2, 2012 BSD</p>