summaryrefslogtreecommitdiffstats
path: root/lib/libarchive
diff options
context:
space:
mode:
authorbcr <bcr@FreeBSD.org>2010-07-17 12:53:57 +0000
committerbcr <bcr@FreeBSD.org>2010-07-17 12:53:57 +0000
commit66f0f0c4fa0c2ee4a2c9a6393c648657cc1accd3 (patch)
tree5160590d5346b4264c401560e35c5fa01782a2ea /lib/libarchive
parent9f0f9c58e85f63c8f532f68798543c2152916e74 (diff)
downloadFreeBSD-src-66f0f0c4fa0c2ee4a2c9a6393c648657cc1accd3.zip
FreeBSD-src-66f0f0c4fa0c2ee4a2c9a6393c648657cc1accd3.tar.gz
s/an struct/a struct
PR: docs/148660 Submitted by: Warren Block (wblock at wonkity dot com) Reviewed by: Tim Kientzle Mentored by: jkois MFC after: 7 days
Diffstat (limited to 'lib/libarchive')
-rw-r--r--lib/libarchive/libarchive.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libarchive/libarchive.3 b/lib/libarchive/libarchive.3
index 5552eec..ae50637 100644
--- a/lib/libarchive/libarchive.3
+++ b/lib/libarchive/libarchive.3
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 19, 2006
+.Dd July 17, 2010
.Dt LIBARCHIVE 3
.Os
.Sh NAME
@@ -158,7 +158,7 @@ Each archive entry consists of a header followed by a certain
amount of data.
You can obtain the next header with
.Fn archive_read_next_header ,
-which returns a pointer to an
+which returns a pointer to a
.Tn struct archive_entry
structure with information about the current archive element.
If the entry is a regular file, then the header will be followed
@@ -324,7 +324,7 @@ or the arbitrary key/value pairs that can appear in
pax interchange format archives.
.Pp
Conversely, of course, not all of the information that can be
-stored in an
+stored in a
.Tn struct archive_entry
is supported by all formats.
For example, cpio formats do not support nanosecond timestamps;
OpenPOWER on IntegriCloud