Bug 149925

Summary: [patch] [geom] add MOUNTVER and SCHED class entries and a reference to gsched(8) to the geom(8) manual
Product: Documentation Reporter: Alexander Best <arundel>
Component: Books & ArticlesAssignee: freebsd-geom (Nobody) <geom>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Alexander Best freebsd_committer freebsd_triage 2010-08-24 02:50:01 UTC
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

Fix: Patch attached with submission follows:
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 ,
Comment 1 Alexander Best freebsd_committer freebsd_triage 2010-08-25 01:15:21 UTC
to the person committing the patch:
   
please note that the date bump is wrong, because the month mustn't be
appreviated.
  
cheers.
alex

-- 
a13x
Comment 2 Alexander Best freebsd_committer freebsd_triage 2010-08-31 22:58:59 UTC
Responsible Changed
From-To: freebsd-doc->freebsd-geom

This PR is probably more suitable for geom instead of doc.
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-09-01 09:32:52 UTC
Author: maxim
Date: Wed Sep  1 08:32:40 2010
New Revision: 212084
URL: http://svn.freebsd.org/changeset/base/212084

Log:
  o List MOUNTVER and SCHED classes.  X-ref gsched(8).  Bump Dd.
  
  PR:		docs/149925
  Submitted by:	arundel

Modified:
  head/sbin/geom/core/geom.8

Modified: head/sbin/geom/core/geom.8
==============================================================================
--- head/sbin/geom/core/geom.8	Wed Sep  1 07:09:46 2010	(r212083)
+++ head/sbin/geom/core/geom.8	Wed Sep  1 08:32:40 2010	(r212084)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd March 5, 2008
+.Dd September 1, 2010
 .Dt GEOM 8
 .Os
 .Sh NAME
@@ -120,6 +120,8 @@ LABEL
 .It
 MIRROR
 .It
+MOUNTVER
+.It
 MULTIPATH
 .It
 NOP
@@ -128,6 +130,8 @@ PART
 .It
 RAID3
 .It
+SCHED
+.It
 SHSEC
 .It
 STRIPE
@@ -177,6 +181,7 @@ geom md unload
 .Xr gnop 8 ,
 .Xr gpart 8 ,
 .Xr graid3 8 ,
+.Xr gsched 8 ,
 .Xr gshsec 8 ,
 .Xr gstripe 8 ,
 .Xr gvirstor 8
_______________________________________________
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 Maxim Konovalov freebsd_committer freebsd_triage 2010-09-01 09:33:02 UTC
State Changed
From-To: open->closed

Committed.  Thanks!