aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/books/handbook
diff options
context:
space:
mode:
authorAllan Jude <allanjude@FreeBSD.org>2015-03-18 23:21:06 +0000
committerAllan Jude <allanjude@FreeBSD.org>2015-03-18 23:21:06 +0000
commitb90e365ae71a9d735a23fd3444256f224796c593 (patch)
treefc9bca57d8126586295c92fafb95535945208f0a /en_US.ISO8859-1/books/handbook
parent107e5c431e8a4e2afb1e90d9840321fc288bf26c (diff)
downloaddoc-b90e365ae71a9d735a23fd3444256f224796c593.tar.gz
doc-b90e365ae71a9d735a23fd3444256f224796c593.zip
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.
Notes
Notes: svn path=/head/; revision=46355
Diffstat (limited to 'en_US.ISO8859-1/books/handbook')
-rw-r--r--en_US.ISO8859-1/books/handbook/zfs/chapter.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/en_US.ISO8859-1/books/handbook/zfs/chapter.xml b/en_US.ISO8859-1/books/handbook/zfs/chapter.xml
index 0e539fe7b6..ddc7e6ed65 100644
--- a/en_US.ISO8859-1/books/handbook/zfs/chapter.xml
+++ b/en_US.ISO8859-1/books/handbook/zfs/chapter.xml
@@ -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>