summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sbin/mount_vnd/mount_vnd.86
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/mount_vnd/mount_vnd.8 b/sbin/mount_vnd/mount_vnd.8
index f71c47ac223..979ab5ff281 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.15 2008/09/03 23:24:25 krw Exp $
+.\" $OpenBSD: mount_vnd.8,v 1.16 2009/02/15 22:17:36 deraadt 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: September 3 2008 $
+.Dd $Mdocdate: February 15 2009 $
.Dt MOUNT_VND 8
.Os
.Sh NAME
@@ -295,7 +295,7 @@ in order to have vnd images configured at boot time is listed here:
# Example for automatically configuring a vnd device on startup
echo "configuring vnd devices:"
mount /dev/svnd0c
-fsck -p /dev/svnd0a
+fsck -p /dev/rsvnd0a
mount /mnt
.Ed
.Pp