diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2009-11-24 02:19:36 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2009-11-24 02:19:36 +0000 |
commit | b8dcc6872637a4450b8760cbe6dbf7994a5b7959 (patch) | |
tree | e19613e7e1c26839d14183a14cc1f8a46a52c97c /sbin/bioctl/bioctl.8 | |
parent | 1e3336cfd7e7b01e181841b629a4a762695afdc0 (diff) |
Allow the passphrase to be changed on softraid crypto volumes. Ensure that
you backup your data and lock up your pets prior to using this.
Tested by todd@
ok marco@
Diffstat (limited to 'sbin/bioctl/bioctl.8')
-rw-r--r-- | sbin/bioctl/bioctl.8 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sbin/bioctl/bioctl.8 b/sbin/bioctl/bioctl.8 index 3d0c227c3b8..3d2bf9267b5 100644 --- a/sbin/bioctl/bioctl.8 +++ b/sbin/bioctl/bioctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bioctl.8,v 1.75 2009/10/22 15:27:15 jmc Exp $ +.\" $OpenBSD: bioctl.8,v 1.76 2009/11/24 02:19:35 jsing 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: October 22 2009 $ +.Dd $Mdocdate: November 24 2009 $ .Dt BIOCTL 8 .Os .Sh NAME @@ -43,7 +43,7 @@ .Pp .Nm bioctl .Bk -words -.Op Fl dhiqv +.Op Fl Pdhiqv .Op Fl C Ar flag[,flag,...] .Op Fl c Ar raidlevel .Op Fl l Ar special[,special,...] @@ -214,6 +214,8 @@ device list to create within the framework. Requires .Fl c . +.It Fl P +Change the passphrase on the selected crypto volume. .It Fl r Ar rounds When creating an encrypted volume, specifies the number of iterations of the algorithm used to convert a passphrase into a key. |