Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jan 2011 11:38:32 -0500
From:      John Baldwin <jhb@freebsd.org>
To:        freebsd-doc@freebsd.org
Cc:        Josh Paetzel <jpaetzel@freebsd.org>, freebsd-gnats-submit@freebsd.org
Subject:   Re: docs/153933: [PATCH] Fix typo in gpart manpage
Message-ID:  <201101121138.32733.jhb@freebsd.org>
In-Reply-To: <201101121602.p0CG2qVX073520@red.freebsd.org>
References:  <201101121602.p0CG2qVX073520@red.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday, January 12, 2011 11:02:52 am Josh Paetzel wrote:
> 
> >Number:         153933
> >Category:       docs
> >Synopsis:       [PATCH] Fix typo in gpart manpage
> >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:   Wed Jan 12 16:10:10 UTC 2011
> >Closed-Date:
> >Last-Modified:
> >Originator:     Josh Paetzel
> >Release:        8-2RC1
> >Organization:
> >Environment:
> FreeBSD cvsup.tcbug.org 8.2-RC1 FreeBSD 8.2-RC1 #0: Mon Jan 10 08:32:08 CST 
2011     root@cvsup.tcbug.org:/usr/obj/usr/src/sys/CVSUP  amd64
> >Description:
> man gpart has a typo, 'choise'.  While fixing fix up the grammar a tad.
> >How-To-Repeat:
> man gpart
> >Fix:
> Apply attached patch
> 
> Patch attached with submission follows:
> 
> 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.

The page should also be fixed to start each sentence on a new line, maybe as a 
followup commit?

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101121138.32733.jhb>