diff options
author | Klemens Nanni <kn@cvs.openbsd.org> | 2023-07-06 21:08:51 +0000 |
---|---|---|
committer | Klemens Nanni <kn@cvs.openbsd.org> | 2023-07-06 21:08:51 +0000 |
commit | 74494dfe53d0389d68a3caefeb3fe17ebaa737d9 (patch) | |
tree | 880278e634cbf9e8a545a1f0b5dfd684950fc5d8 /sbin | |
parent | dc66f94476df5ebb042515aa43f88b06783d67ce (diff) |
Rectify -s lie
-s to read passphrases from stdin can indeed be used for creation.
OK jmc
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 21496f01dd6..d6617b14595 100644 --- a/sbin/bioctl/bioctl.8 +++ b/sbin/bioctl/bioctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bioctl.8,v 1.110 2022/08/26 09:14:00 kn Exp $ +.\" $OpenBSD: bioctl.8,v 1.111 2023/07/06 21:08:50 kn 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: August 26 2022 $ +.Dd $Mdocdate: July 6 2023 $ .Dt BIOCTL 8 .Os .Sh NAME @@ -292,7 +292,6 @@ Read the passphrase for the selected crypto volume from .Pa /dev/stdin rather than .Pa /dev/tty . -This option cannot be used during the initial creation of the crypto volume. .El .Sh EXAMPLES Configure a new |