diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2008-06-14 00:16:39 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2008-06-14 00:16:39 +0000 |
commit | cb87b207f7c3c47d5e8e56db66a2abb2a97680b4 (patch) | |
tree | 71c926d69b834d6210963a557242475935c73e6a /share | |
parent | 27abd0daebe4b681531d6b0b5f4ee6a61c0800e0 (diff) |
Update bioctl(8) and softraid(4) to recent changes and enable softraid
crypto. It's still considered experimental!
ok djm marco
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/softraid.4 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/share/man/man4/softraid.4 b/share/man/man4/softraid.4 index 23a42ee5296..25b1289e54e 100644 --- a/share/man/man4/softraid.4 +++ b/share/man/man4/softraid.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: softraid.4,v 1.17 2008/01/29 10:26:56 jmc Exp $ +.\" $OpenBSD: softraid.4,v 1.18 2008/06/14 00:16:38 hshoexer Exp $ .\" .\" Copyright (c) 2007 Todd T. Fries <todd@OpenBSD.org> .\" Copyright (c) 2007 Marco Peereboom <marco@OpenBSD.org> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 29 2008 $ +.Dd $Mdocdate: June 14 2008 $ .Dt SOFTRAID 4 .Os .Sh NAME @@ -68,6 +68,12 @@ though at the cost of write speed. Unlike traditional RAID 1, .Nm supports the use of more than two disks in a RAID 1 setup. +.It CRYPTO +An +.Em encrypting +discipline. +It encrypts data on a single disk to provide for data confidentiality. +CRYPTO does not provide redundancy. .El .Pp A |