From bms@spc.org  Tue Jun 24 09:17:28 2003
Return-Path: <bms@spc.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9253037B401
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 24 Jun 2003 09:17:28 -0700 (PDT)
Received: from bigboy.spc.org (bigboy.spc.org [195.206.69.225])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A87FB43FBD
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 24 Jun 2003 09:17:27 -0700 (PDT)
	(envelope-from bms@spc.org)
Received: from saboteur.dek.spc.org (unknown [81.3.72.68])
	by bigboy.spc.org (Postfix) with ESMTP id F343F310B
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 24 Jun 2003 17:22:18 +0100 (BST)
Received: by saboteur.dek.spc.org (Postfix, from userid 1001)
	id A0F4A6BE; Tue, 24 Jun 2003 17:17:23 +0100 (BST)
Message-Id: <20030624161723.A0F4A6BE@saboteur.dek.spc.org>
Date: Tue, 24 Jun 2003 17:17:23 +0100 (BST)
From: Bruce M Simpson <bms@spc.org>
Reply-To: Bruce M Simpson <bms@spc.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] mount_msdosfs(8) does not document FS-specific options
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         53688
>Category:       docs
>Synopsis:       [PATCH] mount_msdosfs(8) does not document FS-specific options
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bms
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 24 09:20:10 PDT 2003
>Closed-Date:    Fri Aug 08 21:08:18 PDT 2003
>Last-Modified:  Fri Aug 08 21:08:18 PDT 2003
>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@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:
State-Changed-From-To: open->closed 
State-Changed-By: bms 
State-Changed-When: Fri 8 Aug 2003 21:07:49 PDT 
State-Changed-Why:  
Committed, thanks me! 


Responsible-Changed-From-To: freebsd-doc->bms 
Responsible-Changed-By: bms 
Responsible-Changed-When: Fri 8 Aug 2003 21:07:49 PDT 
Responsible-Changed-Why:  
My PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=53688 
>Unformatted:
