docs/53688: [PATCH] mount_msdosfs(8) does not document FS-specific options
Bruce M Simpson
bms at spc.org
Tue Jun 24 16:20:12 UTC 2003
>Number: 53688
>Category: docs
>Synopsis: [PATCH] mount_msdosfs(8) does not document FS-specific options
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Tue Jun 24 09:20:10 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Bruce M Simpson
>Release: FreeBSD 5.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD saboteur.dek.spc.org 5.1-RELEASE FreeBSD 5.1-RELEASE #3: Mon Jun 23 06:55:01 BST 2003 root at saboteur.dek.spc.org:/usr/src/sys/i386/compile/SABOTEUR i386
>Description:
The options are listed but not discussed.
>How-To-Repeat:
>Fix:
--- mount_msdosfs.patch begins here ---
Generated by diffcoll on Tue 24 Jun 2003 17:15:15 BST
diff -uN src/sbin/mount_msdosfs/mount_msdosfs.8.orig src/sbin/mount_msdosfs/mount_msdosfs.8
--- /usr/src/sbin/mount_msdosfs/mount_msdosfs.8.orig Tue Jun 24 17:08:38 2003
+++ /usr/src/sbin/mount_msdosfs/mount_msdosfs.8 Tue Jun 24 17:14:54 2003
@@ -72,14 +72,16 @@
Use the specified mount
.Ar options ,
as described in
-.Xr mount 8 ,
-or one of the MSDOS file system-specific options
-.Ar shortnames ,
-.Ar longnames
-or
-.Ar nowin95 ,
-all of which can be used to affect Windows name translation in the
-underlying file system.
+.Xr mount 8 .
+The following MSDOS file system-specific options are available:
+.Bl -tag -width indent
+.It Cm longnames
+Force Windows 95 long filenames to be visible.
+.It Cm shortnames
+Force only the old MS-DOS 8.3 style filenames to be visible.
+.It Cm nowin95
+Completely ignore Windows 95 extended file information.
+.El
.It Fl u Ar uid
Set the owner of the files in the file system to
.Ar uid .
--- mount_msdosfs.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-doc
mailing list