summaryrefslogtreecommitdiff
path: root/sbin/mount_vnd
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2008-05-26 21:01:50 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2008-05-26 21:01:50 +0000
commit22101a125b123a36db7aaf33efb6526fcc487855 (patch)
tree19b89cc405fdea0e148fd022276f821a35b710c8 /sbin/mount_vnd
parent1a7784a23cc3aaee2a71600e3e387e4b0eb1ed6b (diff)
- put CAVEATS in the right place
- filesystem -> file system, for consistency; from Pierre Riteau
Diffstat (limited to 'sbin/mount_vnd')
-rw-r--r--sbin/mount_vnd/mount_vnd.826
1 files changed, 13 insertions, 13 deletions
diff --git a/sbin/mount_vnd/mount_vnd.8 b/sbin/mount_vnd/mount_vnd.8
index 470bb582ce5..7dd656bee19 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.11 2008/05/26 16:48:27 grunk Exp $
+.\" $OpenBSD: mount_vnd.8,v 1.12 2008/05/26 21:01:49 jmc Exp $
.\"
.\" Copyright (c) 1993 University of Utah.
.\" Copyright (c) 1980, 1989, 1991, 1993
@@ -290,18 +290,6 @@ and
.Xr mount 8
is not possible, because the image to be configured to a vnd itself
resides on a file system that first has to be checked and mounted.
-.Sh CAVEATS
-The
-.Sq c
-partition of a vnd image should not be used.
-When a superblock becomes damaged,
-.Xr fsck_ffs 8
-needs information contained in the disklabel
-to determine the location of alternate superblocks.
-This information is not available when directly using the
-.Sq c
-partition,
-so checking the filesystem image will fail.
.Sh SEE ALSO
.Xr vnd 4 ,
.Xr fstab 5 ,
@@ -315,3 +303,15 @@ command first appeared in
.Ox 4.2 .
.Sh AUTHORS
.An David Krause .
+.Sh CAVEATS
+The
+.Sq c
+partition of a vnd image should not be used.
+When a superblock becomes damaged,
+.Xr fsck_ffs 8
+needs information contained in the disklabel
+to determine the location of alternate superblocks.
+This information is not available when directly using the
+.Sq c
+partition,
+so checking the file system image will fail.