diff options
author | 2005-03-30 07:18:55 +0000 | |
---|---|---|
committer | 2005-03-30 07:18:55 +0000 | |
commit | e1fbeecfc6aa2a20713f2262df4082a532b4bf8f (patch) | |
tree | 285c5974522fe126fa6fddbd7c19dd8a3fb5f846 | |
parent | include nlist.h not needed (diff) | |
download | wireguard-openbsd-e1fbeecfc6aa2a20713f2262df4082a532b4bf8f.tar.xz wireguard-openbsd-e1fbeecfc6aa2a20713f2262df4082a532b4bf8f.zip |
fix .Dd;
fix SEE ALSO;
new sentence, new line;
sort options list;
-rw-r--r-- | sbin/bioctl/bioctl.8 | 41 |
1 files changed, 23 insertions, 18 deletions
diff --git a/sbin/bioctl/bioctl.8 b/sbin/bioctl/bioctl.8 index cd500886a5a..5d5e40dc1e1 100644 --- a/sbin/bioctl/bioctl.8 +++ b/sbin/bioctl/bioctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bioctl.8,v 1.1 2005/03/29 22:04:21 marco Exp $ +.\" $OpenBSD: bioctl.8,v 1.2 2005/03/30 07:18:55 jmc Exp $ .\" .\" Copyright (c) 2004 Marco Peereboom .\" @@ -23,12 +23,12 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd Dec 27, 2004 +.Dd December 27, 2004 .Dt BIOCTL 8 .Os .Sh NAME .Nm bioctl -.Nd "RAID management interface" +.Nd RAID management interface .Sh SYNOPSIS .Nm bioctl .Op Fl Dehpt @@ -42,32 +42,37 @@ provides a generic interface for RAID management. .Pp The options are as follows: .Bl -tag -width Ds +.It Fl a Ar function +Get or set alarm state. +Supported functions are: silence/quiet, enable, disable, get, and test. +Or use the first letter of the function. .It Fl D Enable debug output. +.It Fl d Ar device +Select RAID device. .It Fl e Enumerate drives. .It Fl h Online help. +.It Fl l Ar device-list +Device list to what the operation/function applies to. +The format is channel:target,channel:target etc. e.g. 0:1,1:3 .It Fl p -Verify that adapter accepts bioctl commands. This is a sort of a "device ping". +Verify that adapter accepts bioctl commands. +This is a sort of a "device ping". .It Fl t -Issue a pass-through function to <device-list>. Supported functions are: read -capacity, inquiry and test unit ready (TUR). Or use the first letter of the -function name. -.It Fl a Ar function -Get or set alarm state. Supported functions are: silence/quiet, enable, -disable, get and test. Or use the first letter of the function. -.It Fl d Ar device -Select RAID device. -.It Fl l Ar device-list -Device list to what the operation/function applies to. The format is -channel:target,channel:target etc. i.e. 0:1,1:3 +Issue a pass-through function to +.Aq device-list . +Supported functions are: +read capacity, inquiry, and test unit ready (TUR). +Or use the first letter of the function name. .It Fl u Ar function -Start or stop physical disk. Supported functions are: go and stop. Or use the -first letter of the function. +Start or stop physical disk. +Supported functions are: go and stop. +Or use the first letter of the function. .El .Sh SEE ALSO -.Xr bio 4 +.Xr bio 4 , .Xr scsi 4 .Sh HISTORY The |