diff options
author | 2007-07-11 07:40:11 +0000 | |
---|---|---|
committer | 2007-07-11 07:40:11 +0000 | |
commit | 8938ff309dcc2a9dd3bbcb70dbc443e425a08b7c (patch) | |
tree | a8a94c2deb4d112729b202b658150355e7598b3f | |
parent | we use fedora instead of redhat these days (diff) | |
download | wireguard-openbsd-8938ff309dcc2a9dd3bbcb70dbc443e425a08b7c.tar.xz wireguard-openbsd-8938ff309dcc2a9dd3bbcb70dbc443e425a08b7c.zip |
put -q in the right place;
-rw-r--r-- | sbin/bioctl/bioctl.8 | 8 | ||||
-rw-r--r-- | sbin/bioctl/bioctl.c | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sbin/bioctl/bioctl.8 b/sbin/bioctl/bioctl.8 index 991d2ea28ba..33ec9c6f4c7 100644 --- a/sbin/bioctl/bioctl.8 +++ b/sbin/bioctl/bioctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bioctl.8,v 1.48 2007/07/10 15:46:54 henning Exp $ +.\" $OpenBSD: bioctl.8,v 1.49 2007/07/11 07:40:11 jmc Exp $ .\" .\" Copyright (c) 2004, 2005 Marco Peereboom .\" @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: July 10 2007 $ +.Dd $Mdocdate: July 11 2007 $ .Dt BIOCTL 8 .Os .Sh NAME @@ -123,6 +123,8 @@ device list to create within the framework. Requires .Fl c . +.It Fl q +Show vendor, product, revision, and serial number for the given disk. .It Fl u Ar channel:target[.lun] Instruct the device at .Ar channel:target[.lun] @@ -131,8 +133,6 @@ to cease blinking, if there is or .Xr safte 4 support in the enclosure. -.It Fl q -Show vendor, product, revision and serial number for the given disk. .It Fl v Be more verbose in output. .It Ar device diff --git a/sbin/bioctl/bioctl.c b/sbin/bioctl/bioctl.c index 7df1396d8a5..0f545e5f2d0 100644 --- a/sbin/bioctl/bioctl.c +++ b/sbin/bioctl/bioctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bioctl.c,v 1.59 2007/07/10 15:46:54 henning Exp $ */ +/* $OpenBSD: bioctl.c,v 1.60 2007/07/11 07:40:11 jmc Exp $ */ /* * Copyright (c) 2004, 2005 Marco Peereboom @@ -204,7 +204,7 @@ usage(void) extern char *__progname; fprintf(stderr, - "usage: %s [-hivq] [-a alarm-function] " + "usage: %s [-hiqv] [-a alarm-function] " "[-b channel:target[.lun]]\n" "\t[-C flag[,flag,...]] [-c raidlevel] " "[-H channel:target[.lun]]\n" |