diff options
author | Richard Laager <[email protected]> | 2016-05-11 11:38:51 -0500 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2016-05-16 12:26:31 -0700 |
commit | 8c5edae99353bc24b83a3ec7da11607e149b3ae5 (patch) | |
tree | 7c6e10fbe9383ef9c384392c96543d5839873bb6 /man/man8/zpool.8 | |
parent | 9bb3e153c4de16b3abc913719fbdd7c688466e28 (diff) |
zfs.8 & zpool.8: Drop legal/illegal
There's a convention in documentation that these words not be used to
mean "invalid".
Signed-off-by: Richard Laager <[email protected]>
Diffstat (limited to 'man/man8/zpool.8')
-rw-r--r-- | man/man8/zpool.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man8/zpool.8 b/man/man8/zpool.8 index e7bd19268..b2a5d6cc4 100644 --- a/man/man8/zpool.8 +++ b/man/man8/zpool.8 @@ -725,7 +725,7 @@ A text string consisting of printable ASCII characters that will be stored such .ad .sp .6 .RS 4n -Threshold for the number of block ditto copies. If the reference count for a deduplicated block increases above this number, a new ditto copy of this block is automatically stored. The default setting is 0 which causes no ditto copies to be created for deduplicated blocks. The minimum legal nonzero setting is 100. +Threshold for the number of block ditto copies. If the reference count for a deduplicated block increases above this number, a new ditto copy of this block is automatically stored. The default setting is 0 which causes no ditto copies to be created for deduplicated blocks. The minimum valid nonzero setting is 100. .RE .sp |