From owner-svn-src-all@FreeBSD.ORG Sat Apr 18 15:42:52 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A637710656C8; Sat, 18 Apr 2009 15:42:52 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-fx0-f167.google.com (mail-fx0-f167.google.com [209.85.220.167]) by mx1.freebsd.org (Postfix) with ESMTP id B46628FC14; Sat, 18 Apr 2009 15:42:51 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: by fxm11 with SMTP id 11so1309299fxm.43 for ; Sat, 18 Apr 2009 08:42:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=AEx5c0y8vC2cnX/gtMGxxLIbn/3DrqRWktuAJMJkx/Q=; b=cFHB2013+2/XXTJ4fAhlEtHLt2x2C0Ea+6vn0Rb3JKiCtZo1WQKTAlMWimB191tqqU VchnQDLfsy3kpKob2PUruORWbvBovlA2Wv083qhGCBV3nEHVRJN+HZ3z5y/g/jzUKb9l nAY6ZSWepns67aYV0t+mtMEPzZlE4wv0nSJxE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=UhzZfmgUz0lRI0Tize4GBWTKwhaTTmOUQ8wiXQZRTr93DC7EPRlawu0NxkfYpgsDcz 756CnHLb9397W7cCwP/Dhl14gT0aHw9mrkq53S2nW09clzc8AsMDxEwZr00/KBoFna2u uHsqXf5tWgjo6yvM6RFU3pxda2ETadrBWBi6k= Received: by 10.86.3.4 with SMTP id 4mr2776565fgc.41.1240067801270; Sat, 18 Apr 2009 08:16:41 -0700 (PDT) Received: from localhost (95-24-70-84.broadband.corbina.ru [95.24.70.84]) by mx.google.com with ESMTPS id l19sm2258975fgb.6.2009.04.18.08.16.38 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 18 Apr 2009 08:16:40 -0700 (PDT) From: Anonymous To: Tim Kientzle References: <200904180347.n3I3lT8e053780@svn.freebsd.org> Date: Sat, 18 Apr 2009 19:16:36 +0400 In-Reply-To: <200904180347.n3I3lT8e053780@svn.freebsd.org> (Tim Kientzle's message of "Sat, 18 Apr 2009 03:47:29 +0000 (UTC)") Message-ID: <86iql2q9ez.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r191235 - head/lib/libarchive X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Apr 2009 15:42:54 -0000 Tim Kientzle writes: > Author: kientzle > Date: Sat Apr 18 03:47:29 2009 > New Revision: 191235 > URL: http://svn.freebsd.org/changeset/base/191235 > > Log: > Correct and update the manpage to include > more details about some of the formats and > to briefly describe the mtree writing capability. > > Modified: > head/lib/libarchive/libarchive-formats.5 > > Modified: head/lib/libarchive/libarchive-formats.5 > ============================================================================== > --- head/lib/libarchive/libarchive-formats.5 Sat Apr 18 03:10:28 2009 (r191234) > +++ head/lib/libarchive/libarchive-formats.5 Sat Apr 18 03:47:29 2009 (r191235) [...] > +Libarchive can read all of the keywords supported by both > +the NetBSD and FreeBSD versions of > +.Xr mtree 1 , Wrong section again, it's mtree(8), not mtree(1) for both FreeBSD and NetBSD.