diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-10-14 07:05:44 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-10-14 07:05:44 +0000 |
commit | fdd2b773b4a4a6a8396a5915cddc8254a3c9397f (patch) | |
tree | 556f2c323dfb2e70042fb7ea61777249024da53e /sbin | |
parent | 4b789166b617211d8b7224aac4b6d89dd84c12dd (diff) |
looks like i jumped the gun with the duid stuff; back it out
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/mount_ext2fs/mount_ext2fs.8 | 19 | ||||
-rw-r--r-- | sbin/mount_msdos/mount_msdos.8 | 19 |
2 files changed, 8 insertions, 30 deletions
diff --git a/sbin/mount_ext2fs/mount_ext2fs.8 b/sbin/mount_ext2fs/mount_ext2fs.8 index 36b2d0b4368..deae55ffcb2 100644 --- a/sbin/mount_ext2fs/mount_ext2fs.8 +++ b/sbin/mount_ext2fs/mount_ext2fs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_ext2fs.8,v 1.13 2010/10/13 15:40:31 jmc Exp $ +.\" $OpenBSD: mount_ext2fs.8,v 1.14 2010/10/14 07:05:43 jmc Exp $ .\" .\" Copyright (c) 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -28,7 +28,7 @@ .\" SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: October 13 2010 $ +.Dd $Mdocdate: October 14 2010 $ .Dt MOUNT_EXT2FS 8 .Os .Sh NAME @@ -57,19 +57,8 @@ when using the syntax .Pp The .Ar special -device is either a -.Xr disklabel 8 -UID (DUID) or an entry in -.Pa /dev . -If it is a DUID, -it will be automatically mapped to the appropriate entry in -.Pa /dev . -In either case the partition must be present -in the disklabel loaded from the device. -The partition name is the last letter in the entry name. -For example, /dev/sd0a and 3eb7f9da875cb9ee.a both refer to the -.Sq a -partition. +device must correspond to a partition registered in the +.Xr disklabel 5 . .Pp This command is normally executed by .Xr mount 8 diff --git a/sbin/mount_msdos/mount_msdos.8 b/sbin/mount_msdos/mount_msdos.8 index 91c3578c074..5e8bf65bd71 100644 --- a/sbin/mount_msdos/mount_msdos.8 +++ b/sbin/mount_msdos/mount_msdos.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_msdos.8,v 1.26 2010/10/13 15:40:31 jmc Exp $ +.\" $OpenBSD: mount_msdos.8,v 1.27 2010/10/14 07:05:43 jmc Exp $ .\" $NetBSD: mount_msdos.8,v 1.10 1996/01/19 21:14:43 leo Exp $ .\" .\" Copyright (c) 1993,1994 Christopher G. Demetriou @@ -29,7 +29,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: October 13 2010 $ +.Dd $Mdocdate: October 14 2010 $ .Dt MOUNT_MSDOS 8 .Os .Sh NAME @@ -64,19 +64,8 @@ when using the syntax .Pp The .Ar special -device is either a -.Xr disklabel 8 -UID (DUID) or an entry in -.Pa /dev . -If it is a DUID, -it will be automatically mapped to the appropriate entry in -.Pa /dev . -In either case the partition must be present -in the disklabel loaded from the device. -The partition name is the last letter in the entry name. -For example, /dev/sd0a and 3eb7f9da875cb9ee.a both refer to the -.Sq a -partition. +device must correspond to a partition registered in the +.Xr disklabel 5 . .Pp This command is normally executed by .Xr mount 8 |