docs/148660: [patch] libarchive.3 minor grammar fixes

Warren Block wblock at wonkity.com
Fri Jul 16 01:40:04 UTC 2010


>Number:         148660
>Category:       docs
>Synopsis:       [patch] libarchive.3 minor grammar fixes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 16 01:40:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Warren Block
>Release:        8-stable
>Organization:
>Environment:
FreeBSD lightning 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #0: Wed Jul 14 20:36:34 MDT 2010     root at lightning:/usr/obj/usr/src/sys/LIGHTNING  i386
>Description:
"an struct" is used a couple of times in libarchive.3.
>How-To-Repeat:
man 3 libarchive | less "+/an struct"
>Fix:
Apply attached patch.

Patch attached with submission follows:

--- lib/libarchive/libarchive.3.orig	2010-07-15 19:10:40.000000000 -0600
+++ lib/libarchive/libarchive.3	2010-07-15 19:15:42.000000000 -0600
@@ -158,7 +158,7 @@
 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 @@
 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;


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-doc mailing list