diff options
author | Gavin Atkinson <gavin@FreeBSD.org> | 2011-05-15 13:35:36 +0000 |
---|---|---|
committer | Gavin Atkinson <gavin@FreeBSD.org> | 2011-05-15 13:35:36 +0000 |
commit | c7e307c1fbf41dd231252ceae1a937df2ba8cdb9 (patch) | |
tree | 707a4b689f67d7807e60c9fe2e24a66a67e38956 | |
parent | c8bc9fed3de8987cceb507ffeeaf51f74c0f8b3d (diff) | |
download | doc-c7e307c1fbf41dd231252ceae1a937df2ba8cdb9.tar.gz doc-c7e307c1fbf41dd231252ceae1a937df2ba8cdb9.zip |
Minor grammar tweaks.
Submitted by: Isabell long <isabell121 gmail.com>
Notes
Notes:
svn path=/head/; revision=37255
-rw-r--r-- | en_US.ISO8859-1/books/handbook/filesystems/chapter.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/en_US.ISO8859-1/books/handbook/filesystems/chapter.sgml b/en_US.ISO8859-1/books/handbook/filesystems/chapter.sgml index 94880c78e0..2855d38a1f 100644 --- a/en_US.ISO8859-1/books/handbook/filesystems/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/filesystems/chapter.sgml @@ -527,9 +527,9 @@ errors: No known data errors</screen> <screen>&prompt.root; <userinput>zfs set checksum=off storage/home</userinput></screen> - <para>This is not a wise idea; however, as checksums take - very little storage space and are more useful enabled. There - also appear to be no noticeable costs having them enabled. + <para>This is not a wise idea, however, as checksums take + very little storage space and are more useful when enabled. There + also appears to be no noticeable costs in having them enabled. While enabled, it is possible to have <acronym>ZFS</acronym> check data integrity using checksum verification. This process is known as <quote>scrubbing.</quote> To verify the |