svn commit: r40964 - head/en_US.ISO8859-1/books/handbook/filesystems

Dru Lavigne dru at FreeBSD.org
Wed Feb 13 15:14:52 UTC 2013


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
-      <acronym>UFS</acronym> which has been recently modernized as
+      <acronym>UFS</acronym> which has been modernized as
       <acronym>UFS2</acronym>.  Since &os; 7.0, the Z File
       System <acronym>ZFS</acronym> is also available as a native file
       system.</para>
@@ -509,11 +509,10 @@ errors: No known data errors</screen>
       <sect3>
 	<title>Data Verification</title>
 
-	<para><acronym>ZFS</acronym> uses
-	  <literal>checksums</literal> to verify the integrity of
-	  stored data.  These are enabled automatically upon creation
-	  of file systems and may be disabled using the following
-	  command:</para>
+	<para><acronym>ZFS</acronym> 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:</para>
 
 	<screen>&prompt.root; <userinput>zfs set checksum=off storage/home</userinput></screen>
 


More information about the svn-doc-all mailing list