| Summary: | [geom] [patch] fix a typo in gsched(8) manual | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Alexander Best <alexbestms> | ||||
| Component: | Books & Articles | Assignee: | Ulrich Spörlein <uqs> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Alexander Best
2010-05-27 08:30:01 UTC
Responsible Changed From-To: freebsd-doc->uqs Grab State Changed From-To: open->patched Committed to head, merging to stable/8 in about a week. Thanks for your submission! 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 Committed. Thanks! |