diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-10-22 08:35:19 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-10-22 08:35:19 +0000 |
commit | b5470906db6ce39267ceeab6cda241ec4b40054a (patch) | |
tree | 8e8fde60fc2b0ade4bf2fffeba67ee0668a64daa /sbin | |
parent | 028db945b36ed893e4a1f02a14118bcc124b8b27 (diff) |
halex removed the -p restriction, so do not document it;
from kirill bychkov
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/bioctl/bioctl.8 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/bioctl/bioctl.8 b/sbin/bioctl/bioctl.8 index 48675e99249..c95af4db1e5 100644 --- a/sbin/bioctl/bioctl.8 +++ b/sbin/bioctl/bioctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bioctl.8,v 1.97 2015/09/12 14:21:25 schwarze Exp $ +.\" $OpenBSD: bioctl.8,v 1.98 2015/10/22 08:35:18 jmc 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: September 12 2015 $ +.Dd $Mdocdate: October 22 2015 $ .Dt BIOCTL 8 .Os .Sh NAME @@ -260,7 +260,6 @@ Change the passphrase on the selected crypto volume. .It Fl p Ar passfile Passphrase file used when crypto volumes are brought up. This file must be root owned and have 0600 permissions. -This option cannot be used during the initial creation of the crypto volume. .It Fl r Ar rounds When creating an encrypted volume, specifies the number of iterations of the PBKDF2 algorithm used to convert a passphrase into a key. |