From nobody@FreeBSD.org  Fri Jul 16 01:31:04 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 47B1E1065673
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 16 Jul 2010 01:31:04 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 3813B8FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 16 Jul 2010 01:31:04 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o6G1V3oB065600
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 16 Jul 2010 01:31:03 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o6G1V3ZM065599;
	Fri, 16 Jul 2010 01:31:03 GMT
	(envelope-from nobody)
Message-Id: <201007160131.o6G1V3ZM065599@www.freebsd.org>
Date: Fri, 16 Jul 2010 01:31:03 GMT
From: Warren Block <wblock@wonkity.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] libarchive.3 minor grammar fixes
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         148660
>Category:       docs
>Synopsis:       [patch] libarchive.3 minor grammar fixes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bcr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 16 01:40:03 UTC 2010
>Closed-Date:    Sat Jul 24 11:32:01 UTC 2010
>Last-Modified:  Sat Jul 24 11:32:01 UTC 2010
>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@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:
Responsible-Changed-From-To: freebsd-doc->bcr 
Responsible-Changed-By: bcr 
Responsible-Changed-When: Fri Jul 16 10:57:13 UTC 2010 
Responsible-Changed-Why:  
I'll work on that. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148660 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/148660: commit references a PR
Date: Sat, 17 Jul 2010 12:54:10 +0000 (UTC)

 Author: bcr (doc committer)
 Date: Sat Jul 17 12:53:57 2010
 New Revision: 210191
 URL: http://svn.freebsd.org/changeset/base/210191
 
 Log:
   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
 
 Modified:
   head/lib/libarchive/libarchive.3
 
 Modified: head/lib/libarchive/libarchive.3
 ==============================================================================
 --- head/lib/libarchive/libarchive.3	Sat Jul 17 07:59:53 2010	(r210190)
 +++ head/lib/libarchive/libarchive.3	Sat Jul 17 12:53:57 2010	(r210191)
 @@ -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 
  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;
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->patched 
State-Changed-By: bcr 
State-Changed-When: Sat Jul 17 13:37:13 UTC 2010 
State-Changed-Why:  
The patch was committed to HEAD. MFC is pending, so leave 
this PR open until then. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148660 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/148660: commit references a PR
Date: Sat, 24 Jul 2010 11:16:24 +0000 (UTC)

 Author: bcr (doc committer)
 Date: Sat Jul 24 11:15:40 2010
 New Revision: 210445
 URL: http://svn.freebsd.org/changeset/base/210445
 
 Log:
   MFC r210191:
   
   s/an struct/a struct
   
   PR:             docs/148660
   Submitted by:   Warren Block (wblock at wonkity dot com)
   Reviewed by:    Tim Kientzle
   Mentored by:    jkois
 
 Modified:
   stable/8/lib/libarchive/libarchive.3
 Directory Properties:
   stable/8/lib/libarchive/   (props changed)
 
 Modified: stable/8/lib/libarchive/libarchive.3
 ==============================================================================
 --- stable/8/lib/libarchive/libarchive.3	Sat Jul 24 10:49:59 2010	(r210444)
 +++ stable/8/lib/libarchive/libarchive.3	Sat Jul 24 11:15:40 2010	(r210445)
 @@ -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 
  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;
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: bcr 
State-Changed-When: Sat Jul 24 11:31:12 UTC 2010 
State-Changed-Why:  
MFC is finished, PR closed. Thanks for sending this patch! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148660 
>Unformatted:
