svn commit: r210191 - head/lib/libarchive

Ed Schouten ed at 80386.nl
Sat Jul 17 13:16:03 UTC 2010


Hi Benedict,

* Benedict Reuschling <bcr at FreeBSD.org> wrote:
>  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 ca
>  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;

Wouldn't it be better to change it the other way around, by removing the
`struct' word?

"... which returns a pointer to an archive_entry structure with ..."

-- 
 Ed Schouten <ed at 80386.nl>
 WWW: http://80386.nl/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/svn-src-head/attachments/20100717/733a9841/attachment.pgp


More information about the svn-src-head mailing list