diff options
author | 2008-05-26 21:01:49 +0000 | |
---|---|---|
committer | 2008-05-26 21:01:49 +0000 | |
commit | d6b0a13db6ab29e1a78e97cc61f621930d7aa44c (patch) | |
tree | c8caa030fc215dc2c5931f30ba87700669bf205b | |
parent | Count outbound packets. (diff) | |
download | wireguard-openbsd-d6b0a13db6ab29e1a78e97cc61f621930d7aa44c.tar.xz wireguard-openbsd-d6b0a13db6ab29e1a78e97cc61f621930d7aa44c.zip |
- put CAVEATS in the right place
- filesystem -> file system, for consistency; from Pierre Riteau
-rw-r--r-- | sbin/mount_vnd/mount_vnd.8 | 26 |
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. |