From nobody@FreeBSD.org  Tue Jul 27 00:34:43 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4A9A4106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 27 Jul 2010 00:34:43 +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 3A9B88FC1B
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 27 Jul 2010 00:34:43 +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 o6R0YhwH064022
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 27 Jul 2010 00:34:43 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o6R0YgYq064021;
	Tue, 27 Jul 2010 00:34:42 GMT
	(envelope-from nobody)
Message-Id: <201007270034.o6R0YgYq064021@www.freebsd.org>
Date: Tue, 27 Jul 2010 00:34:42 GMT
From: Warren Block <wblock@wonkity.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] gpart.8 spelling error
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         148977
>Category:       docs
>Synopsis:       [patch] gpart.8 spelling error
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bcr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 27 00:40:03 UTC 2010
>Closed-Date:    Sun Aug 01 11:16:27 UTC 2010
>Last-Modified:  Sun Aug 01 11:16:27 UTC 2010
>Originator:     Warren Block
>Release:        8-stable
>Organization:
>Environment:
FreeBSD lightning 8.1-STABLE FreeBSD 8.1-STABLE #0: Mon Jul 26 13:07:36 MDT 2010     root@lightning:/usr/obj/usr/src/sys/LIGHTNING  i386
>Description:
Spelling error in gpart.8:

     resize    Resize a partition from geom geom and further identified by the
               -i index option.  New partition size is expressed in logical
               block numbers and can be given by the -s size option.  If -s
               option is ommited then new size is automatically calculated to
               maximum available from given geom geom.
>How-To-Repeat:
man 8 gpart | less +/ommited
>Fix:
Apply attached patch.

Patch attached with submission follows:

--- sbin/geom/class/part/gpart.8.orig	2010-07-26 18:17:45.000000000 -0600
+++ sbin/geom/class/part/gpart.8	2010-07-26 18:24:28.000000000 -0600
@@ -359,7 +359,7 @@
 option.
 If
 .Fl s
-option is ommited then new size is automatically calculated
+option is omitted then new size is automatically calculated
 to maximum available from given geom
 .Ar geom .
 .Pp


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->bcr 
Responsible-Changed-By: bcr 
Responsible-Changed-When: Tue Jul 27 06:10:10 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148977 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/148977: commit references a PR
Date: Tue, 27 Jul 2010 17:23:48 +0000 (UTC)

 Author: bcr (doc committer)
 Date: Tue Jul 27 17:23:40 2010
 New Revision: 210544
 URL: http://svn.freebsd.org/changeset/base/210544
 
 Log:
   Small typo fix: s/ommited/omitted
   
   PR:             docs/148977
   Submitted by:   Warren Block (wblock at wonkity dot com)
   MFC after:      4 days
 
 Modified:
   head/sbin/geom/class/part/gpart.8
 
 Modified: head/sbin/geom/class/part/gpart.8
 ==============================================================================
 --- head/sbin/geom/class/part/gpart.8	Tue Jul 27 17:07:16 2010	(r210543)
 +++ head/sbin/geom/class/part/gpart.8	Tue Jul 27 17:23:40 2010	(r210544)
 @@ -24,7 +24,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd July 23, 2010
 +.Dd July 27, 2010
  .Dt GPART 8
  .Os
  .Sh NAME
 @@ -363,7 +363,7 @@ numbers and can be given by the
  option.
  If
  .Fl s
 -option is ommited then new size is automatically calculated
 +option is omitted then new size is automatically calculated
  to maximum available from given geom
  .Ar geom .
  .Pp
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->patched 
State-Changed-By: bcr 
State-Changed-When: Tue Jul 27 17:34:53 UTC 2010 
State-Changed-Why:  
Patch was committed to HEAD, PR remains in this state until the MFC is done. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148977 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/148977: commit references a PR
Date: Sun,  1 Aug 2010 11:06:35 +0000 (UTC)

 Author: bcr (doc committer)
 Date: Sun Aug  1 11:06:13 2010
 New Revision: 210726
 URL: http://svn.freebsd.org/changeset/base/210726
 
 Log:
   MFC r210544:
   
   Small typo fix: s/ommited/omitted
   
   PR:             docs/148977
   Submitted by:   Warren Block (wblock at wonkity dot com)
 
 Modified:
   stable/8/sbin/geom/class/part/gpart.8
 Directory Properties:
   stable/8/sbin/geom/class/part/   (props changed)
 
 Modified: stable/8/sbin/geom/class/part/gpart.8
 ==============================================================================
 --- stable/8/sbin/geom/class/part/gpart.8	Sun Aug  1 10:38:19 2010	(r210725)
 +++ stable/8/sbin/geom/class/part/gpart.8	Sun Aug  1 11:06:13 2010	(r210726)
 @@ -24,7 +24,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd July 23, 2010
 +.Dd July 27, 2010
  .Dt GPART 8
  .Os
  .Sh NAME
 @@ -363,7 +363,7 @@ numbers and can be given by the 
  option.
  If
  .Fl s
 -option is ommited then new size is automatically calculated
 +option is omitted then new size is automatically calculated
  to maximum available from given geom
  .Ar geom .
  .Pp
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed  
State-Changed-By: bcr 
State-Changed-When: Sun Aug 1 11:15:30 UTC 2010 
State-Changed-Why:  
MFC is finished, PR closed. Thanks for sending this patch! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148977 
>Unformatted:
