- Use mount -t msdosfs instead of mount_msdosfs
PR: docs/115571 Submitted by: rodrigc Approved by: re (bmah), keramida (mentor) MFC after: 1 week
This commit is contained in:
parent
d307eef80c
commit
966b6046b8
@ -2,7 +2,7 @@
|
||||
.\" Written by Tom Rhodes
|
||||
.\" This file is in the public domain.
|
||||
.\"
|
||||
.Dd December 26, 2002
|
||||
.Dd Aug 22, 2007
|
||||
.Dt MSDOSFS 5
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -21,7 +21,7 @@ based file systems.
|
||||
.Pp
|
||||
The most common usage follows:
|
||||
.Pp
|
||||
.Dl "mount_msdosfs /dev/ad0sN /mnt"
|
||||
.Dl "mount -t msdosfs /dev/ad0sN /mnt"
|
||||
.Pp
|
||||
where
|
||||
.Ar N
|
||||
|
Loading…
Reference in New Issue
Block a user