summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2009-11-24 06:06:06 +0000
committerjmc <jmc@openbsd.org>2009-11-24 06:06:06 +0000
commitaf84dad02854de06b3468ab6a7364962e69d19a1 (patch)
treed06662fe18c8baf497bc3e5ef3ae9dfd01989d2c
parentBring multicast/promisc handling in line with other network drives. (diff)
downloadwireguard-openbsd-af84dad02854de06b3468ab6a7364962e69d19a1.tar.xz
wireguard-openbsd-af84dad02854de06b3468ab6a7364962e69d19a1.zip
put -P in the right place;
-rw-r--r--sbin/bioctl/bioctl.84
-rw-r--r--sbin/bioctl/bioctl.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sbin/bioctl/bioctl.8 b/sbin/bioctl/bioctl.8
index 3d2bf9267b5..71135eed1ee 100644
--- a/sbin/bioctl/bioctl.8
+++ b/sbin/bioctl/bioctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bioctl.8,v 1.76 2009/11/24 02:19:35 jsing Exp $
+.\" $OpenBSD: bioctl.8,v 1.77 2009/11/24 06:06:06 jmc Exp $
.\"
.\" Copyright (c) 2004, 2005 Marco Peereboom
.\"
@@ -43,7 +43,7 @@
.Pp
.Nm bioctl
.Bk -words
-.Op Fl Pdhiqv
+.Op Fl dhiPqv
.Op Fl C Ar flag[,flag,...]
.Op Fl c Ar raidlevel
.Op Fl l Ar special[,special,...]
diff --git a/sbin/bioctl/bioctl.c b/sbin/bioctl/bioctl.c
index 1a40d471f31..6010db506ec 100644
--- a/sbin/bioctl/bioctl.c
+++ b/sbin/bioctl/bioctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bioctl.c,v 1.85 2009/11/24 02:19:35 jsing Exp $ */
+/* $OpenBSD: bioctl.c,v 1.86 2009/11/24 06:06:06 jmc Exp $ */
/*
* Copyright (c) 2004, 2005 Marco Peereboom
@@ -257,7 +257,7 @@ usage(void)
"[-R device | channel:target[.lun]\n"
"\t[-u channel:target[.lun]] "
"device\n"
- " %s [-Pdhiqv] "
+ " %s [-dhiPqv] "
"[-C flag[,flag,...]] [-c raidlevel]\n"
"\t[-l special[,special,...]] [-p passfile]\n"
"\t[-R device | channel:target[.lun] [-r rounds] "