From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 3 09:20:19 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F91B16A420 for ; Thu, 3 Nov 2005 09:20:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D91E743D45 for ; Thu, 3 Nov 2005 09:20:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jA39KIua085177 for ; Thu, 3 Nov 2005 09:20:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jA39KIax085176; Thu, 3 Nov 2005 09:20:18 GMT (envelope-from gnats) Date: Thu, 3 Nov 2005 09:20:18 GMT Message-Id: <200511030920.jA39KIax085176@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Maxim Konovalov Cc: Subject: Re: misc/88426: Typo in man (8) mount_ntfs X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim Konovalov List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2005 09:20:19 -0000 The following reply was made to PR misc/88426; it has been noted by GNATS. From: Maxim Konovalov To: Jimmie James 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