Source-Changes-HG archive

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

[src/trunk]: src/sbin/mount_msdos Sort options.



details:   https://anonhg.NetBSD.org/src/rev/fd29ee685eca
branches:  trunk
changeset: 551567:fd29ee685eca
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Sep 08 07:21:51 2003 +0000

description:
Sort options.

diffstat:

 sbin/mount_msdos/mount_msdos.8 |  119 ++++++++++++++++++++--------------------
 1 files changed, 59 insertions(+), 60 deletions(-)

diffs (160 lines):

diff -r 202a67f8a6e1 -r fd29ee685eca sbin/mount_msdos/mount_msdos.8
--- a/sbin/mount_msdos/mount_msdos.8    Mon Sep 08 07:14:29 2003 +0000
+++ b/sbin/mount_msdos/mount_msdos.8    Mon Sep 08 07:21:51 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mount_msdos.8,v 1.29 2003/09/08 05:21:58 wiz Exp $
+.\" $NetBSD: mount_msdos.8,v 1.30 2003/09/08 07:21:51 wiz Exp $
 .\"
 .\" Copyright (c) 1993, 1994 Christopher G. Demetriou
 .\" All rights reserved.
@@ -40,16 +40,13 @@
 .Nd mount an MS-DOS file system
 .Sh SYNOPSIS
 .Nm
-.Op Fl o Ar options
-.Op Fl u Ar uid
+.Op Fl 9Gls
 .Op Fl g Ar gid
-.Op Fl m Ar mask
 .Op Fl M Ar mask
+.Op Fl m Ar mask
+.Op Fl o Ar options
 .Op Fl t Ar gmtoff
-.Op Fl s
-.Op Fl l
-.Op Fl 9
-.Op Fl G
+.Op Fl u Ar uid
 .Pa special
 .Pa node
 .Sh DESCRIPTION
@@ -71,22 +68,50 @@
 Support for FAT16 and VFAT32 as well as long file names is available.
 .Pp
 The options are as follows:
-.Bl -tag -width Ds
-.It Fl o Ar options
-Use the specified mount
-.Ar options ,
-as described in
-.Xr mount 8 .
-.It Fl u Ar uid
-Set the owner of the files in the file system to
-.Ar uid .
-The default owner is the owner of the directory
-on which the file system is being mounted.
+.Bl -tag -width XoXoptionsXX
+.It Fl 9
+Ignore the special Win'95 directory entries even
+if deleting or renaming a file.
+This forces
+.Fl s .
+.It Fl G
+This option causes the filesystem to be interpreted as an Atari-Gemdos
+filesystem.
+The differences to the MSDOS filesystem are minimal and
+limited to the boot block.
+This option enforces
+.Fl s .
 .It Fl g Ar gid
 Set the group of the files in the file system to
 .Ar gid .
 The default group is the group of the directory
 on which the file system is being mounted.
+.It Fl l
+Force listing and generation of
+Win'95 long filenames
+and separate creation/modification/access dates.
+.Pp
+If neither
+.Fl s
+nor
+.Fl l
+are given,
+.Nm
+searches the root directory of the filesystem to
+be mounted for any existing Win'95 long filenames.
+If no such entries are found,
+.Fl s
+is the default.
+Otherwise
+.Fl l
+is assumed.
+.It Fl M Ar mask
+Specify the maximum file permissions for directories
+in the file system. The value of
+.Fl m
+is used if it is supplied and
+.Fl M
+is omitted.
 .It Fl m Ar mask
 Specify the maximum file permissions for files
 in the file system.
@@ -107,52 +132,26 @@
 is omitted.
 The default mask is taken from the
 directory on which the file system is being mounted.
-.It Fl M Ar mask
-Specify the maximum file permissions for directories
-in the file system. The value of
-.Fl m
-is used if it is supplied and
-.Fl M
-is omitted. See description of previous option for details.
+.It Fl o Ar options
+Use the specified mount
+.Ar options ,
+as described in
+.Xr mount 8 .
+.It Fl s
+Force behaviour to
+ignore and not generate Win'95 long filenames.
+See also
+.Fl l .
 .It Fl t Ar gmtoff
 Set the time zone offset (in seconds) from UTC to
 .Ar gmtoff ,
 with positive values indicating east of the Prime Meridian.
 If not set, the user's current time zone will be used.
-.It Fl s
-Force behaviour to
-ignore and not generate Win'95 long filenames.
-.It Fl l
-Force listing and generation of
-Win'95 long filenames
-and separate creation/modification/access dates.
-.Pp
-If neither
-.Fl s
-nor
-.Fl l
-are given,
-.Nm
-searches the root directory of the filesystem to
-be mounted for any existing Win'95 long filenames.
-If no such entries are found,
-.Fl s
-is the default.
-Otherwise
-.Fl l
-is assumed.
-.It Fl 9
-Ignore the special Win'95 directory entries even
-if deleting or renaming a file.
-This forces
-.Fl s .
-.It Fl G
-This option causes the filesystem to be interpreted as an Atari-Gemdos
-filesystem.
-The differences to the msdos filesystem are minimal and
-limited to the boot block.
-This option enforces
-.Fl s .
+.It Fl u Ar uid
+Set the owner of the files in the file system to
+.Ar uid .
+The default owner is the owner of the directory
+on which the file system is being mounted.
 .El
 .Sh EXAMPLES
 To remove the 'execute' permission bit for all files, but still keep



Home | Main Index | Thread Index | Old Index