diff options
-rw-r--r-- | sbin/mount_vnd/mount_vnd.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/mount_vnd/mount_vnd.8 b/sbin/mount_vnd/mount_vnd.8 index 6989f57e48c..63f6884a6ed 100644 --- a/sbin/mount_vnd/mount_vnd.8 +++ b/sbin/mount_vnd/mount_vnd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_vnd.8,v 1.1 2007/04/14 11:54:00 grunk Exp $ +.\" $OpenBSD: mount_vnd.8,v 1.2 2007/04/14 13:17:24 jmc Exp $ .\" .\" Copyright (c) 2007 Alexander von Gernler <grunk@openbsd.org> .\" @@ -47,10 +47,6 @@ when using the following syntax: .Pp The options are as follows: .Bl -tag -width Ds -.It Fl k -Flag is passed on to -.Xr vnconfig 8 . -It is used to associate an encryption key with the vnd device. .It Fl K Ar rounds Flag is passed on to .Xr vnconfig 8 . @@ -58,6 +54,10 @@ It is used to associate an encryption key using a salt file and a specified number of .Ar rounds for PKCS #5 PBKDF2 with the vnd device. +.It Fl k +Flag is passed on to +.Xr vnconfig 8 . +It is used to associate an encryption key with the vnd device. .It Fl o Ar options Options are specified with a .Fl o |