diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-02-15 22:17:37 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-02-15 22:17:37 +0000 |
commit | 2927fc20ccdc1d03802b97012151fd458468fcaf (patch) | |
tree | 83c9b16502eb39acb4b315ad5a061c4961e20518 /sbin/mount_vnd/mount_vnd.8 | |
parent | 74dc5c8c7e6041d02d2b6246fdb6516e22a1f5a8 (diff) |
should fsck the raw device; spotted by frantisek holop and mentioned on
the mailing lists two weeks ago, and completely ignored I guess.
Diffstat (limited to 'sbin/mount_vnd/mount_vnd.8')
-rw-r--r-- | sbin/mount_vnd/mount_vnd.8 | 6 |
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 |