docs/149925: [patch] [geom] add MOUNTVER and SCHED class entries and a reference to gsched(8) to the geom(8) manual

Alexander Best arundel at FreeBSD.org
Tue Aug 24 01:50:01 UTC 2010


>Number:         149925
>Category:       docs
>Synopsis:       [patch] [geom] add MOUNTVER and SCHED class entries and a reference to gsched(8) to the geom(8) manual
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 24 01:50:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Best
>Release:        9.0-CURRENT
>Organization:
>Environment:
FreeBSD otaku 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r211393M: Mon Aug 16 14:59:32 CEST 2010     root at otaku:/usr/obj/usr/src/sys/ARUNDEL  amd64
>Description:
the patch adds MOUNTVER and SCHED entries to the list of known geom classes. also it adds a reference to the gsched(8) manual and bumps the date.

cheers.
alex
>How-To-Repeat:
1. `egrep 'SCHED|MOUNTVER|gsched 8' /usr/src/sbin/geom/core/geom.8`
2. `patch -p0 -i geom.8.patch`
3. `egrep 'SCHED|MOUNTVER|gsched 8' /usr/src/sbin/geom/core/geom.8`
   MOUNTVER
   SCHED
   .Xr gsched 8 ,

>Fix:


Patch attached with submission follows:

Index: /usr/src/sbin/geom/core/geom.8
===================================================================
--- /usr/src/sbin/geom/core/geom.8	(revision 211393)
+++ /usr/src/sbin/geom/core/geom.8	(working copy)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd March 5, 2008
+.Dd Aug 24, 2010
 .Dt GEOM 8
 .Os
 .Sh NAME
@@ -120,6 +120,8 @@
 .It
 MIRROR
 .It
+MOUNTVER
+.It
 MULTIPATH
 .It
 NOP
@@ -128,6 +130,8 @@
 .It
 RAID3
 .It
+SCHED
+.It
 SHSEC
 .It
 STRIPE
@@ -177,6 +181,7 @@
 .Xr gnop 8 ,
 .Xr gpart 8 ,
 .Xr graid3 8 ,
+.Xr gsched 8 ,
 .Xr gshsec 8 ,
 .Xr gstripe 8 ,
 .Xr gvirstor 8


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-doc mailing list