diff options
author | 2005-08-09 08:11:33 +0000 | |
---|---|---|
committer | 2005-08-09 08:11:33 +0000 | |
commit | f2cfb998a22fc14b1512622d641b039ea9935f36 (patch) | |
tree | 749e9423b1d327e9d675ff37670add88845b0b5f | |
parent | add DIAGNOSTICS section about utility return codes; (diff) | |
download | wireguard-openbsd-f2cfb998a22fc14b1512622d641b039ea9935f36.tar.xz wireguard-openbsd-f2cfb998a22fc14b1512622d641b039ea9935f36.zip |
sort options;
-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 , |