Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Mar 2015 23:21:07 +0000 (UTC)
From:      Allan Jude <allanjude@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r46355 - head/en_US.ISO8859-1/books/handbook/zfs
Message-ID:  <201503182321.t2INL7NL054885@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: allanjude
Date: Wed Mar 18 23:21:06 2015
New Revision: 46355
URL: https://svnweb.freebsd.org/changeset/doc/46355

Log:
  Fixup typo and improve grammar in ZFS chapter of handbook
  
  PR:		197804
  Differential Revision:	https://reviews.freebsd.org/D1213
  Submitted by:	Mike M <mike.543@comcast.net> (original)
  Approved by:	wblock (mentor)
  Sponsored by:	ScaleEngine Inc.

Modified:
  head/en_US.ISO8859-1/books/handbook/zfs/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/zfs/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/zfs/chapter.xml	Wed Mar 18 22:36:22 2015	(r46354)
+++ head/en_US.ISO8859-1/books/handbook/zfs/chapter.xml	Wed Mar 18 23:21:06 2015	(r46355)
@@ -1278,9 +1278,10 @@ errors: No known data errors</screen>
 	<link linkend="zfs-term-resilver">resilver</link> operation,
 	the pool can grow to use the capacity of the new device.  For
 	example, consider a mirror of a 1&nbsp;TB drive and a
-	2&nbsp;drive.  The usable space is 1&nbsp;TB.  Then the
-	1&nbsp;TB is replaced with another 2&nbsp;TB drive, and the
-	resilvering process duplicates existing data.  Because
+	2&nbsp;TB drive.  The usable space is 1&nbsp;TB.  When the
+	1&nbsp;TB drive is replaced with another 2&nbsp;TB drive, the
+	resilvering process copies the existing data onto the new
+	drive.  Because
 	both of the devices now have 2&nbsp;TB capacity, the mirror's
 	available space can be grown to 2&nbsp;TB.</para>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503182321.t2INL7NL054885>