From owner-freebsd-doc@FreeBSD.ORG Fri Jul 16 01:40:04 2010 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3CA51106566C for ; Fri, 16 Jul 2010 01:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 02A768FC12 for ; Fri, 16 Jul 2010 01:40:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6G1e3nJ028932 for ; Fri, 16 Jul 2010 01:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6G1e3AX028931; Fri, 16 Jul 2010 01:40:03 GMT (envelope-from gnats) Resent-Date: Fri, 16 Jul 2010 01:40:03 GMT Resent-Message-Id: <201007160140.o6G1e3AX028931@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Warren Block Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47B1E1065673 for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: docs/148660: [patch] libarchive.3 minor grammar fixes X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jul 2010 01:40:04 -0000 >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@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: