From owner-freebsd-doc@FreeBSD.ORG Wed Jan 12 22:08:22 2011 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C33131065670; Wed, 12 Jan 2011 22:08:22 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 832598FC0C; Wed, 12 Jan 2011 22:08:22 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id p0CLYLn7088848; Wed, 12 Jan 2011 14:34:21 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id p0CLYLWV088845; Wed, 12 Jan 2011 14:34:21 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Wed, 12 Jan 2011 14:34:21 -0700 (MST) From: Warren Block To: Josh Paetzel In-Reply-To: <201101121602.p0CG2qVX073520@red.freebsd.org> Message-ID: References: <201101121602.p0CG2qVX073520@red.freebsd.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (wonkity.com [127.0.0.1]); Wed, 12 Jan 2011 14:34:22 -0700 (MST) Cc: freebsd-doc@freebsd.org, freebsd-gnats-submit@freebsd.org Subject: Re: docs/153933: [PATCH] Fix typo in gpart manpage 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: Wed, 12 Jan 2011 22:08:22 -0000 On Wed, 12 Jan 2011, Josh Paetzel wrote: > Index: gpart.8 > =================================================================== > --- gpart.8 (revision 217245) > +++ gpart.8 (working copy) > @@ -759,8 +759,8 @@ > .Pp > .Pa NOTE : > The GEOM class PART can detect the same partition table on different GEOM > -providers and some of them will marked as corrupt. Be careful when choising > -a provider for recovering. If you did incorrect choise you can destroy > +providers and some of them will marked as corrupt. Be careful when choosing > +a provider for recovering. If you choose incorrectly you can destroy the > metadata of another GEOM class, e.g. GEOM MIRROR or GEOM LABEL. > .Sh EXIT STATUS > Exit status is 0 on success, and 1 if the command fails. s/will marked/will be marked/