summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-08-03 16:15:08 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-08-03 16:15:08 +0000
commitf48fa8a83ce95e2254eb3a12ca0e8f689764ecd8 (patch)
tree9be84a9ff6452da1660512ca7b652a2eeda40b5c /sbin
parentc6708233ee0c35a82e21090d243d997787649c8d (diff)
clarify device vs drive; marco ok
Diffstat (limited to 'sbin')
-rw-r--r--sbin/bioctl/bioctl.812
1 files changed, 3 insertions, 9 deletions
diff --git a/sbin/bioctl/bioctl.8 b/sbin/bioctl/bioctl.8
index 7526c792f39..79f5043213c 100644
--- a/sbin/bioctl/bioctl.8
+++ b/sbin/bioctl/bioctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bioctl.8,v 1.19 2005/08/03 15:20:55 mickey Exp $
+.\" $OpenBSD: bioctl.8,v 1.20 2005/08/03 16:15:07 deraadt Exp $
.\"
.\" Copyright (c) 2004, 2005 Marco Peereboom
.\"
@@ -34,7 +34,7 @@
.Bk -words
.Op Fl Di
.Op Fl a Ar function
-.Op Ar device | drive
+.Op Ar device
.Ek
.Sh DESCRIPTION
.Nm
@@ -67,18 +67,12 @@ Enable debug output.
.It Fl i
Enumerate the selected RAID devices.
.It Ar device
-Select RAID controller e.g. ami0.
-Use the
-.Fl d
-option for controller operations that impact all disk devices.
-.It Ar drive
-Select RAID disk e.g. sd0.
+Select a drive by name (e.g. sd0) or a RAID controller by name (e.g. ami0).
.El
.Sh SEE ALSO
.Xr ami 4 ,
.Xr bio 4 ,
.Xr ciss 4 ,
-.Xr gdt 4 ,
.Xr mpt 4 ,
.Xr scsi 4
.Sh HISTORY