Thu Sep 27 21:51:12 2012 UTC ()
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.


(riz)
diff -r1.34 -r1.35 src/sbin/mount_msdos/mount_msdos.8

cvs diff -r1.34 -r1.35 src/sbin/mount_msdos/mount_msdos.8 (expand / switch to unified diff)

--- src/sbin/mount_msdos/mount_msdos.8 2011/09/15 09:44:59 1.34
+++ src/sbin/mount_msdos/mount_msdos.8 2012/09/27 21:51:12 1.35
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: mount_msdos.8,v 1.34 2011/09/15 09:44:59 wiz Exp $ 1.\" $NetBSD: mount_msdos.8,v 1.35 2012/09/27 21:51:12 riz Exp $
2.\" 2.\"
3.\" Copyright (c) 1993, 1994 Christopher G. Demetriou 3.\" Copyright (c) 1993, 1994 Christopher G. Demetriou
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 3. All advertising materials mentioning features or use of this software 14.\" 3. All advertising materials mentioning features or use of this software
@@ -22,27 +22,27 @@ @@ -22,27 +22,27 @@
22.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 22.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
23.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 23.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
24.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 24.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
25.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 25.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
26.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 26.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
27.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 27.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
28.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 28.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
29.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 29.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
30.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 30.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
31.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 31.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32.\" 32.\"
33.\" <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>> 33.\" <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
34.\" 34.\"
35.Dd January 23, 2009 35.Dd September 27, 2012
36.Dt MOUNT_MSDOS 8 36.Dt MOUNT_MSDOS 8
37.Os 37.Os
38.Sh NAME 38.Sh NAME
39.Nm mount_msdos 39.Nm mount_msdos
40.Nd mount an MS-DOS file system 40.Nd mount an MS-DOS file system
41.Sh SYNOPSIS 41.Sh SYNOPSIS
42.Nm 42.Nm
43.Op Fl 9Gls 43.Op Fl 9Gls
44.Op Fl g Ar gid 44.Op Fl g Ar gid
45.Op Fl M Ar mask 45.Op Fl M Ar mask
46.Op Fl m Ar mask 46.Op Fl m Ar mask
47.Op Fl o Ar options 47.Op Fl o Ar options
48.Op Fl t Ar gmtoff 48.Op Fl t Ar gmtoff
@@ -182,23 +182,13 @@ Its predecessor, the @@ -182,23 +182,13 @@ Its predecessor, the
182utility appeared in 182utility appeared in
183.Nx 0.8 , 183.Nx 0.8 ,
184and was abandoned in favor 184and was abandoned in favor
185of the more aptly-named 185of the more aptly-named
186.Nm . 186.Nm .
187.Sh BUGS 187.Sh BUGS
188Compressed partitions are not supported. 188Compressed partitions are not supported.
189.Pp 189.Pp
190The use of the 190The use of the
191.Fl 9 191.Fl 9
192flag could result in damaged filesystems, 192flag could result in damaged filesystems,
193albeit the damage is in part taken care of by 193albeit the damage is in part taken care of by
194procedures similar to the ones used in Win'95. 194procedures similar to the ones used in Win'95.
195.Pp 
196The default handling for 
197.Fl s 
198and 
199.Fl l 
200will result in empty filesystems to be populated 
201with short filenames only. 
202To generate long filenames 
203on empty DOS filesystems use 
204.Fl l .