diff options
author | Richard Laager <[email protected]> | 2016-03-28 17:13:42 -0500 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2016-03-29 18:33:16 -0700 |
commit | 1c0120832c31f6424a6179e17f072612e448355b (patch) | |
tree | f1d80b02ee87ef641accf0d9edfe08b025bc00c9 /man/man5 | |
parent | 9c13b489879beadc3eab04ebf16434477b3081db (diff) |
Correct typo in spa_load_verify_metadata docs
Signed-off-by: Richard Laager <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #4471
Diffstat (limited to 'man/man5')
-rw-r--r-- | man/man5/zfs-module-parameters.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man5/zfs-module-parameters.5 b/man/man5/zfs-module-parameters.5 index 2d565dc19..20022461c 100644 --- a/man/man5/zfs-module-parameters.5 +++ b/man/man5/zfs-module-parameters.5 @@ -296,7 +296,7 @@ Whether to traverse blocks during an "extreme rewind" (\fB-X\fR) pool import. Use 0 to disable and 1 to enable. An extreme rewind import normally performs a full traversal of all -blocks in the pool for verification. If this parameter is set to 1, +blocks in the pool for verification. If this parameter is set to 0, the traversal is not performed. It can be toggled once the import has started to stop or start the traversal. .sp |