diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-04-24 05:12:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-04-24 05:12:20 +0000 |
commit | acaf28ba2b0544bcc9e4031143f5e7d690af8e29 (patch) | |
tree | b663775df44dac545caef433ea84011c7d025d85 /sbin/raidctl/raidctl.8 | |
parent | 8f79948a390ce9ba04ebe6f6c26127e0d2071acc (diff) |
properly label whole disk partition; op21@squish.org
Diffstat (limited to 'sbin/raidctl/raidctl.8')
-rw-r--r-- | sbin/raidctl/raidctl.8 | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/sbin/raidctl/raidctl.8 b/sbin/raidctl/raidctl.8 index 3b1071c9aec..e03edd3b9fc 100644 --- a/sbin/raidctl/raidctl.8 +++ b/sbin/raidctl/raidctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: raidctl.8,v 1.14 2000/04/15 02:15:16 aaron Exp $ +.\" $OpenBSD: raidctl.8,v 1.15 2000/04/24 05:12:19 deraadt Exp $ .\" $NetBSD: raidctl.8,v 1.11 2000/01/05 03:02:41 oster Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -223,12 +223,9 @@ is specified by .Ar dev . .Ar dev may be either the full name of the device (e.g., -.Pa /dev/rraid0d -for the i386 architecture, and -.Pa /dev/rraid0c -for all others), +.Pa /dev/rraid0c ) , or just simply raid0 (for -.Pa /dev/rraid0d ) . +.Pa /dev/rraid0c ) . .Pp The format of the configuration file is complex, and only an abbreviated treatment is given here. @@ -443,15 +440,9 @@ raidctl -c rfconfig raid0 .Pp The above is equivalent to the following: .Bd -unfilled -offset indent -raidctl -c rfconfig /dev/rraid0d +raidctl -c rfconfig /dev/rraid0c .Ed .Pp -on the i386 architecture. -On all other architectures, -.Pa /dev/rraid0c -is used in place of -.Pa /dev/rraid0d . -.Pp A RAID set will not configure with .Fl c if the component labels are not correct. |