From 85efd7f8759590df15b06d680dc2c141a499d7d3 Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 22 Sep 2019 09:51:28 +0000 Subject: Import libarchive 3.4.0 --- archivers/libarchive/files/doc/html/bsdcpio.1.html | 33 ++++++++++------------ 1 file changed, 15 insertions(+), 18 deletions(-) (limited to 'archivers/libarchive/files/doc/html/bsdcpio.1.html') 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 @@ - - + + @@ -430,10 +430,9 @@ pattern:

This example copies files from src to dest that are more -than 2 days old and which contain the word -’’

+than 2 days old and which contain the word “

-

foobar ’’:

+

foobar ”:

find src -mtime +2 | xargs grep -l foobar | @@ -467,14 +466,12 @@ libarchive-formats(5), tar(5)

There is no current POSIX standard for the cpio command; it appeared in ISO/IEC -9945-1:1996 (’’POSIX.1’’) but was -dropped from IEEE Std 1003.1-2001 -(’’POSIX.1’’).

+9945-1:1996 (“POSIX.1”) but was dropped from +IEEE Std 1003.1-2001 (“POSIX.1”).

The cpio, ustar, and pax interchange file formats are defined by IEEE Std -1003.1-2001 (’’POSIX.1’’) for the -pax command.

+1003.1-2001 (“POSIX.1”) for the pax command.

HISTORY

@@ -482,12 +479,12 @@ pax command.

find utilities were written by Dick Haight while working in AT&T’s Unix Support Group. They first appeared in 1977 in PWB/UNIX 1.0, the -’’Programmer’s Work Bench’’ -system developed for use within AT&T. They were first -released outside of AT&T as part of System III Unix in -1981. As a result, cpio actually predates tar, -even though it was not well-known outside of AT&T until -some time later.

+“Programmer’s Work Bench” system developed +for use within AT&T. They were first released outside of +AT&T as part of System III Unix in 1981. As a result, +cpio actually predates tar, even though it was +not well-known outside of AT&T until some time +later.

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 ’’odc’’ -variant, which can support files up to 8 gigabytes.

+4 gigabytes, except for the “odc” variant, which +can support files up to 8 gigabytes.

BSD September 16, 2014 BSD

-- cgit v1.2.3