[Midnightbsd-cvs] src [11205] update man page

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Jul 1 16:41:04 EDT 2018


Revision: 11205
          http://svnweb.midnightbsd.org/src/?rev=11205
Author:   laffer1
Date:     2018-07-01 16:41:03 -0400 (Sun, 01 Jul 2018)
Log Message:
-----------
update man page

Modified Paths:
--------------
    trunk/sbin/geom/class/raid/geom_raid.c
    trunk/sbin/geom/class/raid/graid.8

Property Changed:
----------------
    trunk/sbin/geom/class/raid/graid.8

Modified: trunk/sbin/geom/class/raid/geom_raid.c
===================================================================
--- trunk/sbin/geom/class/raid/geom_raid.c	2018-07-01 20:40:37 UTC (rev 11204)
+++ trunk/sbin/geom/class/raid/geom_raid.c	2018-07-01 20:41:03 UTC (rev 11205)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 2010 Alexander Motin <mav at FreeBSD.org>
  * All rights reserved.
@@ -25,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__MBSDID("$MidnightBSD$");
+__FBSDID("$FreeBSD: stable/10/sbin/geom/class/raid/geom_raid.c 234940 2012-05-03 05:32:56Z mav $");
 
 #include <sys/param.h>
 #include <errno.h>

Modified: trunk/sbin/geom/class/raid/graid.8
===================================================================
--- trunk/sbin/geom/class/raid/graid.8	2018-07-01 20:40:37 UTC (rev 11204)
+++ trunk/sbin/geom/class/raid/graid.8	2018-07-01 20:41:03 UTC (rev 11205)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
 .\" Copyright (c) 2010 Alexander Motin <mav at FreeBSD.org>
 .\" All rights reserved.
 .\"
@@ -22,9 +23,9 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/sbin/geom/class/raid/graid.8 307403 2016-10-16 22:02:50Z sevan $
 .\"
-.Dd January 16, 2013
+.Dd April 4, 2013
 .Dt GRAID 8
 .Os
 .Sh NAME
@@ -242,8 +243,7 @@
 Configurations not supported by NVIDIA MediaShield RAID BIOS, but enforceable
 on your own risk: RAID1 (3+ disks).
 .It Promise
-The format used by Promise and AMD/ATI RAID BIOSes and FreeBSD ataraid(4)
-driver.
+The format used by Promise and AMD/ATI RAID BIOSes.
 Supports multiple volumes per array.
 Each disk can be split to be used by up to two arbitrary volumes.
 Supports configurations: RAID0 (2+ disks), RAID1 (2 disks),
@@ -305,6 +305,9 @@
 Time to wait for missing array components on startup.
 .It Va kern.geom.raid. Ns Ar X Ns Va .enable : No 1
 Enable taste for specific metadata or transformation module.
+.It Va kern.geom.raid.legacy_aliases : No 0
+Enable geom raid emulation of legacy /dev/ar%d devices.
+This should aid the upgrade of systems from legacy to modern releases.
 .El
 .Sh EXIT STATUS
 Exit status is 0 on success, and non-zero if the command fails.
@@ -311,7 +314,7 @@
 .Sh SEE ALSO
 .Xr geom 4 ,
 .Xr geom 8 ,
-.Xr vinum 8
+.Xr gvinum 8
 .Sh HISTORY
 The
 .Nm
@@ -318,5 +321,5 @@
 utility appeared in
 .Fx 9.0 .
 .Sh AUTHORS
-.An Alexander Motin Aq mav at FreeBSD.org
-.An M. Warner Losh Aq imp at FreeBSD.org
+.An Alexander Motin Aq Mt mav at FreeBSD.org
+.An M. Warner Losh Aq Mt imp at FreeBSD.org


Property changes on: trunk/sbin/geom/class/raid/graid.8
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list