diff options
author | Ned Bass <[email protected]> | 2015-12-16 17:45:15 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2015-12-18 13:33:37 -0800 |
commit | 6b4e21c60eda9d9e514c933de7cbe214aa77f7f4 (patch) | |
tree | 3ca16e5302262529ddfd59865d34c5f39f44e194 /man/man5/zpool-features.5 | |
parent | a58df6f53687ac6d1dee21f60de41b2552a43201 (diff) |
Man page white space and spelling corrections
Correct some misspelled words and grammatical errors, and remove
trailing white space in the man pages.
Signed-off-by: Ned Bass <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #4115
Diffstat (limited to 'man/man5/zpool-features.5')
-rw-r--r-- | man/man5/zpool-features.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man5/zpool-features.5 b/man/man5/zpool-features.5 index a1dac4292..6d74c9a78 100644 --- a/man/man5/zpool-features.5 +++ b/man/man5/zpool-features.5 @@ -402,7 +402,7 @@ or smaller can take advantage of this feature. When this feature is enabled, the contents of highly-compressible blocks are stored in the block "pointer" itself (a misnomer in this case, as it contains -the compresseed data, rather than a pointer to its location on disk). Thus +the compressed data, rather than a pointer to its location on disk). Thus the space of the block (one sector, typically 512 bytes or 4KB) is saved, and no additional i/o is needed to read and write the data block. |