Bug 147119

Summary: [geom] [patch] fix a typo in gsched(8) manual
Product: Documentation Reporter: Alexander Best <alexbestms>
Component: Books & ArticlesAssignee: Ulrich Spörlein <uqs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Alexander Best 2010-05-27 08:30:01 UTC
just a little patch to correct a typo in the gsched(8) manual.

cheers.

Fix: Patch attached with submission follows:
Comment 1 Ulrich Spörlein freebsd_committer freebsd_triage 2010-06-19 19:40:44 UTC
Responsible Changed
From-To: freebsd-doc->uqs

Grab
Comment 2 Ulrich Spörlein freebsd_committer freebsd_triage 2010-06-19 19:52:48 UTC
State Changed
From-To: open->patched

Committed to head, merging to stable/8 in about a week. 
Thanks for your submission!
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-06-19 19:52:52 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"
Comment 4 Ulrich Spörlein freebsd_committer freebsd_triage 2010-08-02 12:30:07 UTC
State Changed
From-To: patched->closed

Committed. Thanks!