From 1c0120832c31f6424a6179e17f072612e448355b Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Mon, 28 Mar 2016 17:13:42 -0500 Subject: [PATCH] Correct typo in spa_load_verify_metadata docs Signed-off-by: Richard Laager Signed-off-by: Brian Behlendorf Closes #4471 --- man/man5/zfs-module-parameters.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/man5/zfs-module-parameters.5 b/man/man5/zfs-module-parameters.5 index 2d565dc191..20022461ca 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