From owner-freebsd-doc@FreeBSD.ORG Wed Jan 12 22:10:09 2011 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 2B46A1065674 for ; Wed, 12 Jan 2011 22:10:09 +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 F01738FC08 for ; Wed, 12 Jan 2011 22:10:08 +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 p0CMA8xQ082598 for ; Wed, 12 Jan 2011 22:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p0CMA86H082596; Wed, 12 Jan 2011 22:10:08 GMT (envelope-from gnats) Date: Wed, 12 Jan 2011 22:10:08 GMT Message-Id: <201101122210.p0CMA86H082596@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Warren Block Cc: Subject: Re: docs/153933: [PATCH] Fix typo in gpart manpage X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Warren Block List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jan 2011 22:10:09 -0000 The following reply was made to PR docs/153933; it has been noted by GNATS. From: Warren Block To: Josh Paetzel Cc: freebsd-gnats-submit@freebsd.org, freebsd-doc@freebsd.org Subject: Re: docs/153933: [PATCH] Fix typo in gpart manpage Date: Wed, 12 Jan 2011 14:34:21 -0700 (MST) 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/