From nobody@FreeBSD.org  Thu Nov  3 02:24:36 2005
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D2ADA16A41F
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  3 Nov 2005 02:24:36 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A4AC543D46
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  3 Nov 2005 02:24:36 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id jA32Oa1j054881
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 3 Nov 2005 02:24:36 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id jA32Oa5R054880;
	Thu, 3 Nov 2005 02:24:36 GMT
	(envelope-from nobody)
Message-Id: <200511030224.jA32Oa5R054880@www.freebsd.org>
Date: Thu, 3 Nov 2005 02:24:36 GMT
From: Jimmie James <jimmiejaz@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Typo in man (8) mount_ntfs
X-Send-Pr-Version: www-2.3

>Number:         88426
>Category:       bin
>Synopsis:       [patch] Typo in man (8) mount_ntfs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 03 02:30:12 GMT 2005
>Closed-Date:    Mon May 15 21:51:23 GMT 2006
>Last-Modified:  Mon May 15 21:51:23 GMT 2006
>Originator:     Jimmie James
>Release:        FreeBSD 6.0-RC1
>Organization:
Toronto 2600
>Environment:
FreeBSD fortytwo.zapto.org 6.0-RC1 FreeBSD 6.0-RC1 #0: Fri Oct 21 20:25:22 EDT 2005     root@fortytwo.zapto.org:/usr/obj/usr/src/sys/FORTYTWO  i386

>Description:
Small typo in man (8) mount_ntfs 

and must not contain any sparces (uninitialized areas); compressed
assumed to be 'spaces'
>How-To-Repeat:
Read the man page, under Warnings.
>Fix:
--- mount.orig  Wed Nov  2 21:12:41 2005
+++ mount_ntfs.8        Wed Nov  2 21:11:03 2005
@@ -137,7 +137,7 @@
 .Sh WRITING
 There is limited writing ability.
 Limitations: file must be nonresident
-and must not contain any sparces (uninitialized areas); compressed
+and must not contain any spaces (uninitialized areas); compressed
 files are also not supported.
 The file name must not contain multibyte characters.
 .Sh SEE ALSO

>Release-Note:
>Audit-Trail:

From: Xin LI <delphij@gmail.com>
To: Jimmie James <jimmiejaz@gmail.com>
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: misc/88426: Typo in man (8) mount_ntfs
Date: Thu, 3 Nov 2005 11:57:03 +0800

 T24gMTEvMy8wNSwgSmltbWllIEphbWVzIDxqaW1taWVqYXpAZ21haWwuY29tPiB3cm90ZToKPiAg
 VGhlcmUgaXMgbGltaXRlZCB3cml0aW5nIGFiaWxpdHkuCj4gIExpbWl0YXRpb25zOiBmaWxlIG11
 c3QgYmUgbm9ucmVzaWRlbnQKPiAtYW5kIG11c3Qgbm90IGNvbnRhaW4gYW55IHNwYXJjZXMgKHVu
 aW5pdGlhbGl6ZWQgYXJlYXMpOyBjb21wcmVzc2VkCj4gK2FuZCBtdXN0IG5vdCBjb250YWluIGFu
 eSBzcGFjZXMgKHVuaW5pdGlhbGl6ZWQgYXJlYXMpOyBjb21wcmVzc2VkCgpJIGd1ZXNzIHRoYXQg
 dGhlIGF1dGhvciBtZWFudCAic3BhcnNlIiBhbmQgbm90ICJzcGFjZSI/Cg==

From: Maxim Konovalov <maxim@macomnet.ru>
To: Jimmie James <jimmiejaz@gmail.com>
Cc: bug-followup@freebsd.org
Subject: Re: misc/88426: Typo in man (8) mount_ntfs
Date: Thu, 3 Nov 2005 12:10:04 +0300 (MSK)

 [...]
 > >Fix:
 > --- mount.orig  Wed Nov  2 21:12:41 2005
 > +++ mount_ntfs.8        Wed Nov  2 21:11:03 2005
 > @@ -137,7 +137,7 @@
 >  .Sh WRITING
 >  There is limited writing ability.
 >  Limitations: file must be nonresident
 > -and must not contain any sparces (uninitialized areas); compressed
 > +and must not contain any spaces (uninitialized areas); compressed
 >  files are also not supported.
 >  The file name must not contain multibyte characters.
 >  .Sh SEE ALSO
 
 It speaks about NTFS sparce files: http://ntfs.com/ntfs-sparse.htm
 
 On fig. 5-4 uninitialized areas are called "spars".  That means the
 correct fix will be s/sparces/spars/.
 
 -- 
 Maxim Konovalov

From: Giorgos Keramidas <keramida@ceid.upatras.gr>
To: Maxim Konovalov <maxim@macomnet.ru>
Cc: bug-followup@freebsd.org
Subject: Re: misc/88426: Typo in man (8) mount_ntfs
Date: Thu, 3 Nov 2005 18:13:33 +0200

 On 2005-11-03 09:20, Maxim Konovalov <maxim@macomnet.ru> wrote:
 >> --- mount.orig  Wed Nov  2 21:12:41 2005
 >> +++ mount_ntfs.8        Wed Nov  2 21:11:03 2005
 >> @@ -137,7 +137,7 @@
 >>  .Sh WRITING
 >>  There is limited writing ability.
 >>  Limitations: file must be nonresident
 >> -and must not contain any sparces (uninitialized areas); compressed
 >> +and must not contain any spaces (uninitialized areas); compressed
 >>  files are also not supported.
 >>  The file name must not contain multibyte characters.
 >>  .Sh SEE ALSO
 >
 > It speaks about NTFS sparce files: http://ntfs.com/ntfs-sparse.htm
 >
 > On fig. 5-4 uninitialized areas are called "spars".  That means the
 > correct fix will be s/sparces/spars/.
 
 That would be wrong too.  I don't think "spars", the plural of "spar" is
 what we need here.
 
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Mon May 15 21:51:10 UTC 2006 
State-Changed-Why:  
sparces is correct (sparse files) 

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