summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2012-01-29 16:51:53 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2012-01-29 16:51:53 +0000
commit7e7fead7ec274275febb048f787eae27bf1ec74c (patch)
tree89cb9603ca5777c5d275d1158ca9b0a6d95f17bf /sbin
parentf7e581dab282656387f03a9581d50ab393bf8dee (diff)
Add CAVEAT that only 512-byte sector devices are supported.
ok jsing@ jmc@
Diffstat (limited to 'sbin')
-rw-r--r--sbin/bioctl/bioctl.86
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/bioctl/bioctl.8 b/sbin/bioctl/bioctl.8
index 8062286385b..0276bdf828b 100644
--- a/sbin/bioctl/bioctl.8
+++ b/sbin/bioctl/bioctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bioctl.8,v 1.87 2012/01/07 13:59:46 jsing Exp $
+.\" $OpenBSD: bioctl.8,v 1.88 2012/01/29 16:51:52 krw 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: January 7 2012 $
+.Dd $Mdocdate: January 29 2012 $
.Dt BIOCTL 8
.Os
.Sh NAME
@@ -318,4 +318,6 @@ The
interface was written by
.An Marco Peereboom Aq marco@openbsd.org .
.Sh CAVEATS
+Only devices with 512-byte sectors are supported.
+
Use of the CRYPTO & RAID 4/5 disciplines are currently considered experimental.