diff options
author | 2014-05-30 16:53:02 +0000 | |
---|---|---|
committer | 2014-05-30 16:53:02 +0000 | |
commit | c34a8c7e7e899df97f37a8f9c74371025a2b6eb9 (patch) | |
tree | 226d9ae82fd481dcb5c01657e71d855452fee9fe | |
parent | WARNING: Encrypted vnd is insecure. (diff) | |
download | wireguard-openbsd-c34a8c7e7e899df97f37a8f9c74371025a2b6eb9.tar.xz wireguard-openbsd-c34a8c7e7e899df97f37a8f9c74371025a2b6eb9.zip |
warnings warnings everywhere
-rw-r--r-- | sbin/mount_vnd/mount_vnd.8 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sbin/mount_vnd/mount_vnd.8 b/sbin/mount_vnd/mount_vnd.8 index 0abcd6f6036..676aa06d557 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.20 2011/07/04 21:41:18 matthew Exp $ +.\" $OpenBSD: mount_vnd.8,v 1.21 2014/05/30 16:53:02 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: July 4 2011 $ +.Dd $Mdocdate: May 30 2014 $ .Dt MOUNT_VND 8 .Os .Sh NAME @@ -304,3 +304,8 @@ partition, so checking the file system image will fail. .Pp Swapping to vnd devices is no longer supported. +.Pp +The encryption used is obsolete. +Consider using +.Xr softraid 4 +instead. |