summaryrefslogtreecommitdiff
path: root/archivers/libarchive/files/doc/text/archive_util.3.txt
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-03-14 17:55:58 +0000
committerjoerg <joerg@pkgsrc.org>2010-03-14 17:55:58 +0000
commit583f2d4a9e50c049aed99e04018c70d315e9725d (patch)
treeb5ad7017e39e09c337dae167f4f85be0c64d28ce /archivers/libarchive/files/doc/text/archive_util.3.txt
parent813e1c65cfea70db0fa02bd006013a08731f470f (diff)
downloadpkgsrc-583f2d4a9e50c049aed99e04018c70d315e9725d.tar.gz
libarchive-2.8.2:
- Fix NULL deference for short self-extracting zip archives - Don't dereference symlinks on Linux when reading ACLs - Better detection of SHA2 support for old OpenSSL versions - Fix parsing of input files for bsdtar -T - Do not leak setup_xattr into the global namespace - Fix build when an older libarchive is already installed - Use O_BINARY opening files in bsdtar - Include missing archive_crc32.h - Correctly include iconv.h required by libxml2
Diffstat (limited to 'archivers/libarchive/files/doc/text/archive_util.3.txt')
-rw-r--r--archivers/libarchive/files/doc/text/archive_util.3.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/archivers/libarchive/files/doc/text/archive_util.3.txt b/archivers/libarchive/files/doc/text/archive_util.3.txt
index 190fc26a05a..0cc4c43248b 100644
--- a/archivers/libarchive/files/doc/text/archive_util.3.txt
+++ b/archivers/libarchive/files/doc/text/archive_util.3.txt
@@ -1,4 +1,4 @@
-archive_util(3) FreeBSD Library Functions Manual archive_util(3)
+archive_util(3) NetBSD Library Functions Manual archive_util(3)
NAME
archive_clear_error, archive_compression, archive_compression_name,
@@ -47,7 +47,7 @@ DESCRIPTION
Clears any error information left over from a previous call. Not
generally used in client code.
archive_compression()
- Returns a numeric code indicating the current compression. This
+ Returns a numeric code indicating the current compression. This
value is set by archive_read_open().
archive_compression_name()
Returns a text description of the current compression suitable
@@ -80,7 +80,7 @@ DESCRIPTION
returned by archive_errno() and archive_error_string(). This
function should be used within I/O callbacks to set system-spe-
cific error codes and error descriptions. This function accepts
- a printf-like format string and arguments. However, you should
+ a printf-like format string and arguments. However, you should
be careful to use only the following printf format specifiers:
``%c'', ``%d'', ``%jd'', ``%jo'', ``%ju'', ``%jx'', ``%ld'',
``%lo'', ``%lu'', ``%lx'', ``%o'', ``%u'', ``%s'', ``%x'',
@@ -96,4 +96,4 @@ HISTORY
AUTHORS
The libarchive library was written by Tim Kientzle <kientzle@acm.org>.
-FreeBSD 8.0 January 8, 2005 FreeBSD 8.0
+NetBSD 5.0 January 8, 2005 NetBSD 5.0