Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6-0]: src/sbin/mount_msdos Pull up revisions:



details:   https://anonhg.NetBSD.org/src/rev/83b2b4480798
branches:  netbsd-6-0
changeset: 774698:83b2b4480798
user:      jdc <jdc%NetBSD.org@localhost>
date:      Sat Nov 24 20:45:39 2012 +0000

description:
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.

diffstat:

 sbin/mount_msdos/mount_msdos.8 |  15 +++------------
 1 files changed, 3 insertions(+), 12 deletions(-)

diffs (40 lines):

diff -r b79e5a916682 -r 83b2b4480798 sbin/mount_msdos/mount_msdos.8
--- a/sbin/mount_msdos/mount_msdos.8    Sat Nov 24 20:41:14 2012 +0000
+++ b/sbin/mount_msdos/mount_msdos.8    Sat Nov 24 20:45:39 2012 +0000
@@ -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 @@
 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 @@
 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 .



Home | Main Index | Thread Index | Old Index