Add commas in enumeration; bump date for previous.
This commit is contained in:
parent
10cfcae8fc
commit
9b2142b96c
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: raidctl.8,v 1.41 2004/05/15 21:46:54 dsl Exp $
|
.\" $NetBSD: raidctl.8,v 1.42 2004/05/16 10:27:16 wiz Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1998, 2002 The NetBSD Foundation, Inc.
|
.\" Copyright (c) 1998, 2002 The NetBSD Foundation, Inc.
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
|
@ -60,7 +60,7 @@
|
||||||
.\" any improvements or extensions that they make and grant Carnegie the
|
.\" any improvements or extensions that they make and grant Carnegie the
|
||||||
.\" rights to redistribute these changes.
|
.\" rights to redistribute these changes.
|
||||||
.\"
|
.\"
|
||||||
.Dd April 11, 2004
|
.Dd May 16, 2004
|
||||||
.Dt RAIDCTL 8
|
.Dt RAIDCTL 8
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -169,7 +169,7 @@ the use of the boot disk as the root device.
|
||||||
All components of the set must be of type
|
All components of the set must be of type
|
||||||
.Dv RAID
|
.Dv RAID
|
||||||
in the disklabel.
|
in the disklabel.
|
||||||
Note that only alpha, i386 and pmax support booting a kernel directly from
|
Note that only alpha, i386, and pmax support booting a kernel directly from
|
||||||
a RAID set.
|
a RAID set.
|
||||||
.It Fl B Ar dev
|
.It Fl B Ar dev
|
||||||
Initiate a copyback of reconstructed data from a spare disk to
|
Initiate a copyback of reconstructed data from a spare disk to
|
||||||
|
@ -1214,7 +1214,7 @@ To return raid0a to be just an auto-configuring set simply use the
|
||||||
arguments.
|
arguments.
|
||||||
.Pp
|
.Pp
|
||||||
Note that kernels can only be directly read from RAID 1 components on
|
Note that kernels can only be directly read from RAID 1 components on
|
||||||
alpha, i386 and pmax architectures.
|
alpha, i386, and pmax architectures.
|
||||||
On those architectures, the
|
On those architectures, the
|
||||||
.Dv FS_RAID
|
.Dv FS_RAID
|
||||||
file system is recognized by the bootblocks, and will properly load the
|
file system is recognized by the bootblocks, and will properly load the
|
||||||
|
|
Loading…
Reference in New Issue