From owner-svn-doc-head@FreeBSD.ORG Wed Feb 13 15:14:52 2013 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9F92E750; Wed, 13 Feb 2013 15:14:52 +0000 (UTC) (envelope-from dru@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 8DA2A90B; Wed, 13 Feb 2013 15:14:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1DFEqnZ014129; Wed, 13 Feb 2013 15:14:52 GMT (envelope-from dru@svn.freebsd.org) Received: (from dru@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1DFEqYU014128; Wed, 13 Feb 2013 15:14:52 GMT (envelope-from dru@svn.freebsd.org) Message-Id: <201302131514.r1DFEqYU014128@svn.freebsd.org> From: Dru Lavigne Date: Wed, 13 Feb 2013 15:14:52 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40964 - head/en_US.ISO8859-1/books/handbook/filesystems X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Feb 2013 15:14:52 -0000 Author: dru Date: Wed Feb 13 15:14:51 2013 New Revision: 40964 URL: http://svnweb.freebsd.org/changeset/doc/40964 Log: Minor patch to r40947 which addresses kaduk's comments. Approved by: gjb (mentor) Modified: head/en_US.ISO8859-1/books/handbook/filesystems/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/filesystems/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/filesystems/chapter.xml Wed Feb 13 13:36:16 2013 (r40963) +++ head/en_US.ISO8859-1/books/handbook/filesystems/chapter.xml Wed Feb 13 15:14:51 2013 (r40964) @@ -31,7 +31,7 @@ to data, and make hard drives useful. Different operating systems differ in their native file system. Traditionally, the native &os; file system has been the Unix File System - UFS which has been recently modernized as + UFS which has been modernized as UFS2. Since &os; 7.0, the Z File System ZFS is also available as a native file system. @@ -509,11 +509,10 @@ errors: No known data errors Data Verification - ZFS uses - checksums to verify the integrity of - stored data. These are enabled automatically upon creation - of file systems and may be disabled using the following - command: + ZFS uses checksums to verify the + integrity of stored data. These are enabled automatically + upon creation of file systems and may be disabled using the + following command: &prompt.root; zfs set checksum=off storage/home