diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-08-09 08:11:34 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-08-09 08:11:34 +0000 |
commit | 32f064fa3675b4c53eee9114e0d95b3458961e98 (patch) | |
tree | 427ad64d8ccb02fe5b8a2b84629c16f84e9882d0 /sbin | |
parent | 90d2affbd942e01674eeac95f00cf13e3bb9c394 (diff) |
sort options;
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/bioctl/bioctl.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/bioctl/bioctl.8 b/sbin/bioctl/bioctl.8 index d3394630a40..901cf0f137f 100644 --- a/sbin/bioctl/bioctl.8 +++ b/sbin/bioctl/bioctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bioctl.8,v 1.24 2005/08/09 01:43:33 deraadt Exp $ +.\" $OpenBSD: bioctl.8,v 1.25 2005/08/09 08:11:33 jmc Exp $ .\" .\" Copyright (c) 2004, 2005 Marco Peereboom .\" @@ -71,10 +71,10 @@ Gigabyte, Terabyte, Petabyte, Exabyte in order to reduce the number of digits to four or less. .It Fl i Enumerate the selected RAID devices. -.It Ar device -Select a drive by name (e.g. sd0) or a RAID controller by name (e.g. ami0). .It Fl v Be more verbose in output. +.It Ar device +Select a drive by name (e.g. sd0) or a RAID controller by name (e.g. ami0). .El .Sh SEE ALSO .Xr ami 4 , |