From owner-svn-doc-all@FreeBSD.ORG Tue Oct 30 14:15:38 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5C6FDD0C; Tue, 30 Oct 2012 14:15:38 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 430B18FC0C; Tue, 30 Oct 2012 14:15:38 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9UEFchj008119; Tue, 30 Oct 2012 14:15:38 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9UEFcbh008117; Tue, 30 Oct 2012 14:15:38 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201210301415.q9UEFcbh008117@svn.freebsd.org> From: Eitan Adler Date: Tue, 30 Oct 2012 14:15:38 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39856 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Oct 2012 14:15:38 -0000 Author: eadler Date: Tue Oct 30 14:15:37 2012 New Revision: 39856 URL: http://svn.freebsd.org/changeset/doc/39856 Log: NTFS support was recently deorbited from HEAD. In any case the old support was buggy and less fully featured than the FUSE port so remove reference to it. Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Tue Oct 30 13:33:23 2012 (r39855) +++ head/en_US.ISO8859-1/books/faq/book.xml Tue Oct 30 14:15:37 2012 (r39856) @@ -4895,11 +4895,10 @@ use "disklabel -r" to install initial la NTFS - &os; includes a read-only NTFS driver. For more - information, see &man.mount.ntfs.8;. A port of ntfs-3g - supports write operations on NTFS (see sysutils/fusefs-ntfs). + FUSE based NTFS support is available as a port + (sysutils/fusefs-ntfs). + For more information see ntfs-3g.