diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-04-14 13:17:25 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-04-14 13:17:25 +0000 |
commit | 936e2764244fd4b500ce5a95417f863c99c51290 (patch) | |
tree | fb81d0e13b9d04146e608b2a10f466b1c32aa50d /sbin/mount_vnd | |
parent | 3f8ac176c93ed786d78ad657a23ab011b1ca586e (diff) |
oops, sort options;
Diffstat (limited to 'sbin/mount_vnd')
-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 |