docs/115571: Use mount -t msdosfs instead of mount_msdosfs in the handbook

Craig Rodrigues rodrigc at crodrigues.org
Wed Aug 22 15:36:48 UTC 2007


Hi,

In addition to changing the Handbook, I also recommend
patching the msdosfs(5) man page.
-- 
Craig Rodrigues
rodrigc at crodrigues.org
-------------- next part --------------
Index: msdosfs.5
===================================================================
RCS file: /home/ncvs/src/share/man/man5/msdosfs.5,v
retrieving revision 1.5
diff -u -r1.5 msdosfs.5
--- msdosfs.5	14 Sep 2005 16:32:21 -0000	1.5
+++ msdosfs.5	22 Aug 2007 15:24:23 -0000
@@ -21,7 +21,7 @@
 .Pp
 The most common usage follows:
 .Pp
-.Dl "mount_msdosfs /dev/ad0sN /mnt"
+.Dl "mount -t msdosfs /dev/ad0sN /mnt"
 .Pp
 where
 .Ar N


More information about the freebsd-doc mailing list