diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2012-01-29 16:51:53 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2012-01-29 16:51:53 +0000 |
commit | 7e7fead7ec274275febb048f787eae27bf1ec74c (patch) | |
tree | 89cb9603ca5777c5d275d1158ca9b0a6d95f17bf /sbin | |
parent | f7e581dab282656387f03a9581d50ab393bf8dee (diff) |
Add CAVEAT that only 512-byte sector devices are supported.
ok jsing@ jmc@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/bioctl/bioctl.8 | 6 |
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. |