Module Name: src
Committed By: jdc
Date: Sat Nov 24 20:45:39 UTC 2012
Modified Files:
src/sbin/mount_msdos [netbsd-6-0]: mount_msdos.8
Log Message:
Pull up revisions:
src/sbin/mount_msdos/mount_msdos.8 revisions 1.35,1.36
(requested by tsutsui in ticket #711).
Remove the bit about empty DOS file systems assumed to have short names
by default; jmcneill changed this back in Jan 2009, but missed this
text.
Note mount_msdos -G option also allows mounting X680x0's Human68k floppies.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.34.10.1 src/sbin/mount_msdos/mount_msdos.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/mount_msdos/mount_msdos.8
diff -u src/sbin/mount_msdos/mount_msdos.8:1.34 src/sbin/mount_msdos/mount_msdos.8:1.34.10.1
--- src/sbin/mount_msdos/mount_msdos.8:1.34 Thu Sep 15 09:44:59 2011
+++ src/sbin/mount_msdos/mount_msdos.8 Sat Nov 24 20:45:39 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: mount_msdos.8,v 1.34 2011/09/15 09:44:59 wiz Exp $
+.\" $NetBSD: mount_msdos.8,v 1.34.10.1 2012/11/24 20:45:39 jdc Exp $
.\"
.\" Copyright (c) 1993, 1994 Christopher G. Demetriou
.\" All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
.\"
-.Dd January 23, 2009
+.Dd November 16, 2012
.Dt MOUNT_MSDOS 8
.Os
.Sh NAME
@@ -84,6 +84,7 @@ This option causes the filesystem to be
filesystem.
The differences to the MS-DOS filesystem are minimal and
limited to the boot block.
+This option also allows mounting X680x0's Human68k floppies.
This option enforces
.Fl s .
.It Fl g Ar gid
@@ -192,13 +193,3 @@ The use of the
flag could result in damaged filesystems,
albeit the damage is in part taken care of by
procedures similar to the ones used in Win'95.
-.Pp
-The default handling for
-.Fl s
-and
-.Fl l
-will result in empty filesystems to be populated
-with short filenames only.
-To generate long filenames
-on empty DOS filesystems use
-.Fl l .