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
This commit is contained in:
Benedict Reuschling 2010-07-17 12:53:57 +00:00
parent 96f2f82a69
commit 512e57d4f9

View File

@ -24,7 +24,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd August 19, 2006 .Dd July 17, 2010
.Dt LIBARCHIVE 3 .Dt LIBARCHIVE 3
.Os .Os
.Sh NAME .Sh NAME
@ -158,7 +158,7 @@ Each archive entry consists of a header followed by a certain
amount of data. amount of data.
You can obtain the next header with You can obtain the next header with
.Fn archive_read_next_header , .Fn archive_read_next_header ,
which returns a pointer to an which returns a pointer to a
.Tn struct archive_entry .Tn struct archive_entry
structure with information about the current archive element. structure with information about the current archive element.
If the entry is a regular file, then the header will be followed 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. pax interchange format archives.
.Pp .Pp
Conversely, of course, not all of the information that can be Conversely, of course, not all of the information that can be
stored in an stored in a
.Tn struct archive_entry .Tn struct archive_entry
is supported by all formats. is supported by all formats.
For example, cpio formats do not support nanosecond timestamps; For example, cpio formats do not support nanosecond timestamps;