diff options
author | 2008-06-12 16:08:48 +0000 | |
---|---|---|
committer | 2008-06-12 16:08:48 +0000 | |
commit | 0a404150bbb41dfd71ce6209a092f49ff43c5551 (patch) | |
tree | cd1bfbf6e5b7183d98a770456a4c2a4506dfe018 | |
parent | if (something_complicated) (diff) | |
download | wireguard-openbsd-0a404150bbb41dfd71ce6209a092f49ff43c5551.tar.xz wireguard-openbsd-0a404150bbb41dfd71ce6209a092f49ff43c5551.zip |
-d tweaks;
-rw-r--r-- | sbin/bioctl/bioctl.8 | 4 | ||||
-rw-r--r-- | sbin/bioctl/bioctl.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sbin/bioctl/bioctl.8 b/sbin/bioctl/bioctl.8 index 38267c84e06..e836eeb90bc 100644 --- a/sbin/bioctl/bioctl.8 +++ b/sbin/bioctl/bioctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bioctl.8,v 1.52 2008/06/12 00:25:33 marco Exp $ +.\" $OpenBSD: bioctl.8,v 1.53 2008/06/12 16:08:48 jmc Exp $ .\" .\" Copyright (c) 2004, 2005 Marco Peereboom .\" @@ -32,7 +32,7 @@ .Sh SYNOPSIS .Nm bioctl .Bk -words -.Op Fl hdiqv +.Op Fl dhiqv .Op Fl a Ar alarm-function .Op Fl b Ar channel:target[.lun] .Op Fl C Ar flag[,flag,...] diff --git a/sbin/bioctl/bioctl.c b/sbin/bioctl/bioctl.c index e9579e37ecc..859b3772876 100644 --- a/sbin/bioctl/bioctl.c +++ b/sbin/bioctl/bioctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bioctl.c,v 1.63 2008/06/12 00:19:15 marco Exp $ */ +/* $OpenBSD: bioctl.c,v 1.64 2008/06/12 16:08:48 jmc Exp $ */ /* * Copyright (c) 2004, 2005 Marco Peereboom @@ -211,7 +211,7 @@ usage(void) extern char *__progname; fprintf(stderr, - "usage: %s [-hiqv] [-a alarm-function] " + "usage: %s [-dhiqv] [-a alarm-function] " "[-b channel:target[.lun]]\n" "\t[-C flag[,flag,...]] [-c raidlevel] " "[-H channel:target[.lun]]\n" |