diff options
author | 2010-04-15 23:19:14 +0000 | |
---|---|---|
committer | 2010-04-15 23:19:14 +0000 | |
commit | ca630a7ea0aac01981673e88211dcfc710be6b8c (patch) | |
tree | cd06f875e442bc39d02f254d5819a59c14eca63d | |
parent | two missing splx in error path; ok drahn (diff) | |
download | wireguard-openbsd-ca630a7ea0aac01981673e88211dcfc710be6b8c.tar.xz wireguard-openbsd-ca630a7ea0aac01981673e88211dcfc710be6b8c.zip |
there is in fact no default salt file name
-rw-r--r-- | sbin/mount_vnd/mount_vnd.8 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sbin/mount_vnd/mount_vnd.8 b/sbin/mount_vnd/mount_vnd.8 index 979ab5ff281..b378c74cca4 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.16 2009/02/15 22:17:36 deraadt Exp $ +.\" $OpenBSD: mount_vnd.8,v 1.17 2010/04/15 23:19:14 tedu Exp $ .\" .\" Copyright (c) 1993 University of Utah. .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -49,7 +49,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 15 2009 $ +.Dd $Mdocdate: April 15 2010 $ .Dt MOUNT_VND 8 .Os .Sh NAME @@ -206,10 +206,6 @@ When .Fl K is used, specify the .Pa saltfile . -If the salt filename is not specified using -.Fl S , -it defaults to -.Ar image Ns .slt . .It Fl t Ar disktype Specify a .Ar disktype |