diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2012-01-07 13:59:47 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2012-01-07 13:59:47 +0000 |
commit | bdece913b473447a7a51f8a4354b92fc7d084d01 (patch) | |
tree | 7c896910cd88c1b937c7449012a69e65f6ace8bb /sbin/bioctl/bioctl.8 | |
parent | a7dc22cd7fbce1108032eb0d3d6dcf8023317fe9 (diff) |
Move -O to the correct section.
Spotted by jmc@
Diffstat (limited to 'sbin/bioctl/bioctl.8')
-rw-r--r-- | sbin/bioctl/bioctl.8 | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/sbin/bioctl/bioctl.8 b/sbin/bioctl/bioctl.8 index dc5a818db15..8062286385b 100644 --- a/sbin/bioctl/bioctl.8 +++ b/sbin/bioctl/bioctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bioctl.8,v 1.86 2012/01/07 12:16:46 jsing Exp $ +.\" $OpenBSD: bioctl.8,v 1.87 2012/01/07 13:59:46 jsing Exp $ .\" .\" Copyright (c) 2004, 2005 Marco Peereboom .\" @@ -129,17 +129,6 @@ digits to four or less. .It Fl i Enumerate the selected RAID devices. This is the default if no other option is given. -.It Fl O Ar device \*(Ba channel:target[.lun] -Set the state of -.Ar device -or -.Ar channel:target[.lun] -to offline. -The state of the RAID volume will change in the same way that it would if the -disk physically went offline. -.Ar device -must be specified as a full path to the chunk device file (e.g. /dev/wd0d). -A RAID volume rather than a RAID controller is expected as the final argument. .It Fl q Show vendor, product, revision, and serial number for the given disk. .It Fl R Ar device \*(Ba channel:target[.lun] @@ -238,6 +227,17 @@ device list to create within the framework. Requires .Fl c . +.It Fl O Ar device \*(Ba channel:target[.lun] +Set the state of +.Ar device +or +.Ar channel:target[.lun] +to offline. +The state of the RAID volume will change in the same way that it would if the +disk physically went offline. +.Ar device +must be specified as a full path to the chunk device file (e.g. /dev/wd0d). +A RAID volume rather than a RAID controller is expected as the final argument. .It Fl P Change the passphrase on the selected crypto volume. .It Fl p Ar passfile |