summaryrefslogtreecommitdiff
path: root/archivers/libarchive/files/doc/html/bsdcpio.1.html
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2019-09-22 09:51:28 +0000
committerjoerg <joerg@pkgsrc.org>2019-09-22 09:51:28 +0000
commit85efd7f8759590df15b06d680dc2c141a499d7d3 (patch)
tree89973fc4fc77a5c0ac5daa4ea8e0e1afbf23fbf5 /archivers/libarchive/files/doc/html/bsdcpio.1.html
parent3d58b3c8e51f686500fbe08fc5fea947dfa036b4 (diff)
downloadpkgsrc-85efd7f8759590df15b06d680dc2c141a499d7d3.tar.gz
Import libarchive 3.4.0KIENTZLE
Diffstat (limited to 'archivers/libarchive/files/doc/html/bsdcpio.1.html')
-rw-r--r--archivers/libarchive/files/doc/html/bsdcpio.1.html33
1 files changed, 15 insertions, 18 deletions
diff --git a/archivers/libarchive/files/doc/html/bsdcpio.1.html b/archivers/libarchive/files/doc/html/bsdcpio.1.html
index 7cfb2712e43..511c4b1b33a 100644
--- a/archivers/libarchive/files/doc/html/bsdcpio.1.html
+++ b/archivers/libarchive/files/doc/html/bsdcpio.1.html
@@ -1,5 +1,5 @@
-<!-- Creator : groff version 1.22.3 -->
-<!-- CreationDate: Mon Sep 3 22:55:11 2018 -->
+<!-- Creator : groff version 1.22.4 -->
+<!-- CreationDate: Wed Jun 12 21:10:19 2019 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
@@ -430,10 +430,9 @@ pattern:</p>
<p style="margin-left:6%; margin-top: 1em">This example
copies files from <i>src</i> to <i>dest</i> that are more
-than 2 days old and which contain the word
-&rsquo;&rsquo;</p>
+than 2 days old and which contain the word &ldquo;</p>
-<p>foobar &rsquo;&rsquo;:</p>
+<p>foobar &rdquo;:</p>
<p style="margin-left:14%;"><b>find</b> <i>src</i>
<b>-mtime</b> <i>+2</i> | <b>xargs grep -l foobar</b> |
@@ -467,14 +466,12 @@ libarchive-formats(5), tar(5)</p>
<p style="margin-left:6%;">There is no current POSIX
standard for the cpio command; it appeared in ISO/IEC
-9945-1:1996 (&rsquo;&rsquo;POSIX.1&rsquo;&rsquo;) but was
-dropped from IEEE Std 1003.1-2001
-(&rsquo;&rsquo;POSIX.1&rsquo;&rsquo;).</p>
+9945-1:1996 (&ldquo;POSIX.1&rdquo;) but was dropped from
+IEEE Std 1003.1-2001 (&ldquo;POSIX.1&rdquo;).</p>
<p style="margin-left:6%; margin-top: 1em">The cpio, ustar,
and pax interchange file formats are defined by IEEE Std
-1003.1-2001 (&rsquo;&rsquo;POSIX.1&rsquo;&rsquo;) for the
-pax command.</p>
+1003.1-2001 (&ldquo;POSIX.1&rdquo;) for the pax command.</p>
<p style="margin-top: 1em"><b>HISTORY</b></p>
@@ -482,12 +479,12 @@ pax command.</p>
<b>find</b> utilities were written by Dick Haight while
working in AT&amp;T&rsquo;s Unix Support Group. They first
appeared in 1977 in PWB/UNIX 1.0, the
-&rsquo;&rsquo;Programmer&rsquo;s Work Bench&rsquo;&rsquo;
-system developed for use within AT&amp;T. They were first
-released outside of AT&amp;T as part of System III Unix in
-1981. As a result, <b>cpio</b> actually predates <b>tar</b>,
-even though it was not well-known outside of AT&amp;T until
-some time later.</p>
+&ldquo;Programmer&rsquo;s Work Bench&rdquo; system developed
+for use within AT&amp;T. They were first released outside of
+AT&amp;T as part of System III Unix in 1981. As a result,
+<b>cpio</b> actually predates <b>tar</b>, even though it was
+not well-known outside of AT&amp;T until some time
+later.</p>
<p style="margin-left:6%; margin-top: 1em">This is a
complete re-implementation based on the libarchive(3)
@@ -502,8 +499,8 @@ to transfer files between systems with dissimilar user and
group numbering. Older cpio formats limit the user and group
numbers to 16 or 18 bits, which is insufficient for modern
systems. The cpio archive formats cannot support files over
-4 gigabytes, except for the &rsquo;&rsquo;odc&rsquo;&rsquo;
-variant, which can support files up to 8 gigabytes.</p>
+4 gigabytes, except for the &ldquo;odc&rdquo; variant, which
+can support files up to 8 gigabytes.</p>
<p style="margin-left:6%; margin-top: 1em">BSD
September&nbsp;16, 2014 BSD</p>