From nobody@FreeBSD.org  Thu May 27 07:27:18 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 91A69106567B
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 27 May 2010 07:27:18 +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 811BD8FC1C
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 27 May 2010 07:27:18 +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 o4R7RHWR087002
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 27 May 2010 07:27:17 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o4R7RHB4087001;
	Thu, 27 May 2010 07:27:17 GMT
	(envelope-from nobody)
Message-Id: <201005270727.o4R7RHB4087001@www.freebsd.org>
Date: Thu, 27 May 2010 07:27:17 GMT
From: Alexander Best <alexbestms@wwu.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [geom] [patch] fix a typo in gsched(8) manual
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         147119
>Category:       docs
>Synopsis:       [geom] [patch] fix a typo in gsched(8) manual
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    uqs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 27 07:30:01 UTC 2010
>Closed-Date:    Mon Aug 02 11:30:09 UTC 2010
>Last-Modified:  Mon Aug 02 11:30:09 UTC 2010
>Originator:     Alexander Best
>Release:        9.0-CURRENT
>Organization:
>Environment:
FreeBSD otaku 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r207931M: Tue May 11 21:43:46 CEST 2010     root@otaku:/usr/obj/usr/src/sys/ARUNDEL  amd64
>Description:
just a little patch to correct a typo in the gsched(8) manual.

cheers.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: sbin/geom/class/sched/gsched.8
===================================================================
--- sbin/geom/class/sched/gsched.8	(revision 208580)
+++ sbin/geom/class/sched/gsched.8	(working copy)
@@ -93,8 +93,8 @@
 on an already existing provider.
 .Pp
 A subsequent 'destroy' will remove the newly created geom and
-hook the provider back to the original geom.
-.Ar algorithm
+hook the provider back to the original geom
+.Ar algorithm .
 .It Cm configure
 Configure existing scheduling provider.  It supports the same options
 as the 


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->uqs 
Responsible-Changed-By: uqs 
Responsible-Changed-When: Sat Jun 19 18:40:44 UTC 2010 
Responsible-Changed-Why:  
Grab 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147119 
State-Changed-From-To: open->patched 
State-Changed-By: uqs 
State-Changed-When: Sat Jun 19 18:52:48 UTC 2010 
State-Changed-Why:  
Committed to head, merging to stable/8 in about a week. 
Thanks for your submission! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/147119: commit references a PR
Date: Sat, 19 Jun 2010 18:52:52 +0000 (UTC)

 Author: uqs
 Date: Sat Jun 19 18:52:37 2010
 New Revision: 209350
 URL: http://svn.freebsd.org/changeset/base/209350
 
 Log:
   mdoc nitpicking for gsched.8
   - remove stray argument [1]
   - remove stray whitespace
   - use canonical wording for the HISTORY section
   
   PR:		docs/147119 [1]
   Submitted by:	Alexander Best <alexbestms@wwu.de> [1]
   MFC after:	1 week
 
 Modified:
   head/sbin/geom/class/sched/gsched.8
 
 Modified: head/sbin/geom/class/sched/gsched.8
 ==============================================================================
 --- head/sbin/geom/class/sched/gsched.8	Sat Jun 19 18:38:03 2010	(r209349)
 +++ head/sbin/geom/class/sched/gsched.8	Sat Jun 19 18:52:37 2010	(r209350)
 @@ -94,10 +94,9 @@ on an already existing provider.
  .Pp
  A subsequent 'destroy' will remove the newly created geom and
  hook the provider back to the original geom.
 -.Ar algorithm
  .It Cm configure
  Configure existing scheduling provider.  It supports the same options
 -as the 
 +as the
  .Nm create
  command.
  .It Cm destroy
 @@ -157,7 +156,8 @@ geom sched destroy -v ad0.sched.
  .Sh HISTORY
  The
  .Nm
 -utility appeared in April 2010.
 +utility first appeared in
 +.Fx 9.0 .
  .Sh AUTHORS
  .An Fabio Checconi Aq fabio@FreeBSD.org
  .An Luigi Rizzo Aq luigi@FreeBSD.org
 _______________________________________________
 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: uqs 
State-Changed-When: Mon Aug 2 11:30:07 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

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