From owner-svn-src-all@FreeBSD.ORG Mon Aug 2 10:31:39 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC4D51065674; Mon, 2 Aug 2010 10:31:39 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B9FD88FC0C; Mon, 2 Aug 2010 10:31:39 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o72AVdx8094114; Mon, 2 Aug 2010 10:31:39 GMT (envelope-from uqs@svn.freebsd.org) Received: (from uqs@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o72AVdTI094112; Mon, 2 Aug 2010 10:31:39 GMT (envelope-from uqs@svn.freebsd.org) Message-Id: <201008021031.o72AVdTI094112@svn.freebsd.org> From: Ulrich Spoerlein Date: Mon, 2 Aug 2010 10:31:39 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r210748 - stable/8/sbin/geom/class/sched X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2010 10:31:39 -0000 Author: uqs Date: Mon Aug 2 10:31:39 2010 New Revision: 210748 URL: http://svn.freebsd.org/changeset/base/210748 Log: MFC r209350, r210645: mdoc fixes, HISTORY fixes - remove stray argument [1] - remove stray whitespace - use canonical wording for the HISTORY section - gsched(8) was first released with FreeBSD 8.1 Modified: stable/8/sbin/geom/class/sched/gsched.8 (contents, props changed) Modified: stable/8/sbin/geom/class/sched/gsched.8 ============================================================================== --- stable/8/sbin/geom/class/sched/gsched.8 Mon Aug 2 10:30:49 2010 (r210747) +++ stable/8/sbin/geom/class/sched/gsched.8 Mon Aug 2 10:31:39 2010 (r210748) @@ -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 8.1 . .Sh AUTHORS .An Fabio Checconi Aq fabio@FreeBSD.org .An Luigi Rizzo Aq luigi@FreeBSD.org