Module Name: src
Committed By: riz
Date: Thu Sep 27 21:51:12 UTC 2012
Modified Files:
src/sbin/mount_msdos: mount_msdos.8
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 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.35
--- src/sbin/mount_msdos/mount_msdos.8:1.34 Thu Sep 15 09:44:59 2011
+++ src/sbin/mount_msdos/mount_msdos.8 Thu Sep 27 21:51:12 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.35 2012/09/27 21:51:12 riz 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 September 27, 2012
.Dt MOUNT_MSDOS 8
.Os
.Sh NAME
@@ -192,13 +192,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 .