diff options
Diffstat (limited to 'sbin/mount_msdos/mount_msdos.8')
-rw-r--r-- | sbin/mount_msdos/mount_msdos.8 | 19 |
1 files changed, 4 insertions, 15 deletions
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 |